Skip to content

Commit

Permalink
Updated dependencies that were reported by dependabot (#111)
Browse files Browse the repository at this point in the history
* Updated dependencies that were reported by dependabot.

* Updated Bundler version.

* Changed gem files to use latest luffa version.
  • Loading branch information
IlyaBausovAkvelon committed Feb 9, 2021
1 parent 11bd6e2 commit a90d456
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions CalSmokeApp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ source 'https://rubygems.org'
gem 'calabash-cucumber', :github => "calabash/calabash-ios", :branch => "develop"
gem "cucumber", "2.99.0"
gem "run_loop", :github => "calabash/run_loop", :branch => "develop"
gem "json", "1.8.6"
gem "json", "2.5.1"

# workflow and build tools
gem 'retriable', '~> 2.0'
gem 'rake', '~> 10.3'
gem 'bundler', '2.0.2'
gem 'rake', '~> 13.0.3'
gem 'bundler', '2.2.7'
gem 'xcpretty', '~> 0.1'
gem "xamarin-test-cloud", "~> 2.0"
gem 'rspec', '~> 3.0'
gem 'chronic', '>= 0.10', '< 1.0'
gem 'pry'
gem 'pry-nav'
gem 'luffa', '~> 1.0', '>= 1.0.2'
gem 'luffa'
gem 'guard-rspec', '~> 4.3'
gem 'guard-bundler', '~> 2.0'
gem 'growl', '~> 1.0'
Expand Down
6 changes: 3 additions & 3 deletions CalSmokeApp/bin/make/ipa-cal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,16 @@ cat >"${XTC_DIR}/Gemfile" <<EOF
source "https://rubygems.org"
gem "calabash-cucumber"
gem "json", "1.8.6"
gem "json", "2.5.1"
gem "cucumber", "~> 2.0"
gem 'retriable', '~> 2.0'
gem "xamarin-test-cloud", "~> 2.0"
gem 'rake', '~> 10.3'
gem 'rake', '~> 13.0.3'
gem 'xcpretty', '~> 0.1'
gem 'rspec', '~> 3.0'
gem 'pry'
gem 'pry-nav'
gem 'luffa', '~> 1.0', '>= 1.0.2'
gem 'luffa'
gem 'chronic', '>= 0.10.2', '< 1.0'
EOF

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "run_loop", github: "calabash/run_loop", branch: "develop"
gem "json", "1.8.6"
gem "json", "2.5.1"
gem "luffa", github: "calabash/luffa", branch: "develop"
gem "bundler", "2.0.2"
gem "bundler", "2.2.7"
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- script: |
gem uninstall bundler
gem install bundler -v 2.0.2
displayName: "Install bundler 2.0.2"
gem install bundler -v 2.2.7
displayName: "Install bundler 2.2.7"
- script: |
set -e
Expand Down

0 comments on commit a90d456

Please sign in to comment.