Skip to content

Commit

Permalink
bundler version upgrade to fix CI (#114)
Browse files Browse the repository at this point in the history
* bundler version bump

Co-authored-by: Alexey Budynkov <>
  • Loading branch information
AlexeyBudynkov authored Jul 15, 2022
1 parent cacde1e commit 8114496
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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", "2.6.1"
# workflow and build tools
gem 'retriable', "2.0.2"
gem 'rake', "13.0.6"
gem 'bundler', "2.3.16"
gem 'bundler', "2.3.17"
gem 'xcpretty', "0.3.0"
gem "xamarin-test-cloud", "2.3.0"
gem 'rspec', "3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
gem "run_loop", github: "calabash/run_loop", branch: "develop"
gem "json", "2.5.1"
gem "luffa", github: "calabash/luffa", branch: "develop"
gem "bundler", "2.3.16"
gem "bundler", "2.3.17"
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- script: |
set -e
echo -e "install: --no-document --env-shebang\nupdate: --no-document --env-shebang" > ~/.gemrc
gem install bundler:2.3.16
gem install bundler:2.3.17
bundle install
displayName: "Bundle install"
Expand Down

0 comments on commit 8114496

Please sign in to comment.