Skip to content

Commit

Permalink
Fix bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsafonkin committed Oct 3, 2019
1 parent 0a6354d commit 610a8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CalSmokeApp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "json", "1.8.6"
# workflow and build tools
gem 'retriable', '~> 2.0'
gem 'rake', '~> 10.3'
gem 'bundler', '>= 1.6'
gem 'bundler', '~> 2.0'
gem 'xcpretty', '~> 0.1'
gem "xamarin-test-cloud", "~> 2.0"
gem 'rspec', '~> 3.0'
Expand Down

0 comments on commit 610a8fe

Please sign in to comment.