Skip to content

Commit 5a1b29a

Browse files
committed
Remove the globally installed gem by rvm
This fixes follow error: ``` Gem::LoadError: You have already activated did_you_mean 1.2.0, but your Gemfile requires did_you_mean 1.2.1. Prepending `bundle exec` to your command may solve this. ```
1 parent be29afe commit 5a1b29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
before_install:
22
- gem update --system
33
- gem install bundler
4+
- rvm @global do gem uninstall did_you_mean
45
bundler_args: --without development
56
language: ruby
67
rvm:

0 commit comments

Comments
 (0)