Skip to content

Commit 51473f3

Browse files
authored
Merge pull request #377 from wordpress-mobile/ruby-version-bump
Bump ruby version to 2.7.4
2 parents c4480cd + 52048c8 commit 51473f3

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nodes with values to reuse in the pipeline.
22
common_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:
@@ -31,6 +31,8 @@ steps:
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"

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
2.7.4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ GEM
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)
@@ -280,7 +281,8 @@ GEM
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

437439
BUNDLED WITH
438-
2.3.13
440+
2.3.16

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)/})

0 commit comments

Comments
 (0)