Skip to content

Commit ff396a9

Browse files
authored
Merge pull request #3674 from woocommerce/fix/bundler-ci-failure-release
[Tooling] Fix bundler CI failure by updating bundler with security fix
2 parents 1a3ea7a + 2f08316 commit ff396a9

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Gemfile

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
source 'https://rubygems.org' do
2-
gem 'rake'
3-
gem 'cocoapods', '~> 1.10'
4-
gem 'xcpretty-travis-formatter'
5-
gem 'dotenv'
6-
gem 'xcode-install'
7-
gem 'fastlane', '~> 2'
8-
end
9-
1+
source 'https://rubygems.org'
102

3+
gem 'rake'
4+
gem 'cocoapods', '~> 1.10'
5+
gem 'xcpretty-travis-formatter'
6+
gem 'dotenv'
7+
gem 'xcode-install'
8+
gem 'fastlane', '~> 2'
119

1210
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
13-
eval_gemfile(plugins_path) if File.exist?(plugins_path)
11+
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,17 +300,17 @@ PLATFORMS
300300
ruby
301301

302302
DEPENDENCIES
303-
cocoapods (~> 1.10)!
304-
dotenv!
305-
fastlane (~> 2)!
303+
cocoapods (~> 1.10)
304+
dotenv
305+
fastlane (~> 2)
306306
fastlane-plugin-appcenter (= 1.6.0)
307307
fastlane-plugin-sentry
308308
fastlane-plugin-test_center
309309
fastlane-plugin-wpmreleasetoolkit!
310-
rake!
310+
rake
311311
rmagick (~> 3.2.0)
312-
xcode-install!
313-
xcpretty-travis-formatter!
312+
xcode-install
313+
xcpretty-travis-formatter
314314

315315
BUNDLED WITH
316-
2.1.4
316+
2.2.10

0 commit comments

Comments
 (0)