File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed
Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 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
1210plugins_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 )
Original file line number Diff line number Diff line change @@ -300,17 +300,17 @@ PLATFORMS
300300 ruby
301301
302302DEPENDENCIES
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
315315BUNDLED WITH
316- 2.1.4
316+ 2.2.10
You can’t perform that action at this time.
0 commit comments