Skip to content

Commit

Permalink
Remove gem executables without confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Apr 23, 2019
1 parent d4f38ee commit d3bcbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
# In that case, just don't update the system gems.
- gem update --system
# Specific handling needed for now to get Bundler 2.0 working
- gem uninstall bundler
- gem uninstall bundler --executables
- gem install bundler:2.0.1
- gem install i18n rspec
# Cache gems: https://www.appveyor.com/docs/lang/ruby/#caching
Expand Down

0 comments on commit d3bcbe0

Please sign in to comment.