Skip to content

Commit

Permalink
Remove the bundler workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Oct 16, 2016
1 parent 6c84a83 commit ca21e75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ dependencies:
pre:
- xcodebuild -version -sdk
- xcrun simctl list
# Need bundler < 1.13.{1,2,3} because of https://github.com/bundler/bundler/issues/5000
- sudo gem uninstall bundler -v '>1.12.5' --force || echo "bundler >1.12.5 is not installed"
- sudo gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet
- sudo gem install scan --no-rdoc --no-ri --no-document --quiet

test:
Expand Down

0 comments on commit ca21e75

Please sign in to comment.