Skip to content

Commit

Permalink
ado: remove bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Dec 2, 2019
1 parent c5d3cd7 commit 2ab0e86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CalSmokeApp/bin/appcenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ if [ "${2}" != "" ]; then
echo "${2}" > .xtc/device-agent-sha
fi)

gem uninstall -Vax --force --no-abort-on-dependent
gem install bundler --version "1.17.3"

appcenter test run calabash \
--app-path testcloud-submit/CalSmoke-cal.ipa \
--app App-Center-Test-Cloud/iOSCalSmoke \
Expand Down
1 change: 0 additions & 1 deletion CalSmokeApp/bin/make/ipa-cal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ gem "cucumber", "~> 2.0"
gem 'retriable', '~> 2.0'
gem "xamarin-test-cloud", "~> 2.0"
gem 'rake', '~> 10.3'
gem 'bundler', '~> 1.0'
gem 'xcpretty', '~> 0.1'
gem 'rspec', '~> 3.0'
gem 'pry'
Expand Down

0 comments on commit 2ab0e86

Please sign in to comment.