File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Nodes with values to reuse in the pipeline.
22common_params :
33 env : &xcode_image
4- IMAGE_ID : xcode-12.5 .1
4+ IMAGE_ID : xcode-13.4 .1
55 plugins :
66 - &docker_plugin
77 docker#v3.8.0:
3131 git-lfs install
3232
3333 echo "--- :rubygems: Setting up Gems"
34+ # https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
35+ gem install bundler
3436 install_gems
3537
3638 echo "--- :rspec: Run Rspec"
Original file line number Diff line number Diff line change 1- 2.6 .4
1+ 2.7 .4
Original file line number Diff line number Diff line change 66
77### Breaking Changes
88
9- _ None _
9+ * Update the version of Ruby required from ` 2.6.4 ` to ` 2.7.4 ` . [ # 377 ]
1010
1111### New Features
1212
Original file line number Diff line number Diff line change 271271 method_source (0.9.2 )
272272 mini_magick (4.11.0 )
273273 mini_mime (1.1.2 )
274+ mini_portile2 (2.8.0 )
274275 minitest (5.14.4 )
275276 molinillo (0.8.0 )
276277 multi_json (1.15.0 )
280281 naturally (2.2.1 )
281282 netrc (0.11.0 )
282283 no_proxy_fix (0.1.2 )
283- nokogiri (1.13.3-x86_64-darwin )
284+ nokogiri (1.13.3 )
285+ mini_portile2 (~> 2.8.0 )
284286 racc (~> 1.4 )
285287 octokit (4.21.0 )
286288 faraday (>= 0.9 )
@@ -435,4 +437,4 @@ DEPENDENCIES
435437 yard
436438
437439BUNDLED WITH
438- 2.3.13
440+ 2.3.16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212 spec . homepage = 'https://github.com/wordpress-mobile/release-toolkit'
1313 spec . license = 'MIT'
1414
15- spec . required_ruby_version = '>= 2.6 '
15+ spec . required_ruby_version = '>= 2.7 '
1616
1717 spec . files = Dir [ 'lib/**/*' ] + %w[ README.md LICENSE ]
1818 spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
You can’t perform that action at this time.
0 commit comments