Skip to content

Commit

Permalink
Fix Travis CI
Browse files Browse the repository at this point in the history
This commit is supposed to fix the following error on Travis:

```
4: from /home/travis/.rvm/gems/ruby-2.6.3/bin/ruby_executable_hooks:24:in `<main>'
  3: from /home/travis/.rvm/gems/ruby-2.6.3/bin/ruby_executable_hooks:24:in `eval'
  2: from /home/travis/.rvm/rubies/ruby-2.6.3/bin/bundle:23:in `<main>'
  1: from /home/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/rubygems.rb:294:in `activate_bin_path'
/home/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/rubygems.rb:275:in `find_spec_for_exe':
  Could not find 'bundler' (1.17.3) required by your /home/travis/build/plataformatec/simple_form/Gemfile.lock.
    (Gem::GemNotFoundException)
```

Ref: rubygems/bundler#6882 (comment)
  • Loading branch information
feliperenan committed Dec 24, 2019
1 parent ec14015 commit 016ea7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile.lock
Expand Up @@ -297,6 +297,3 @@ DEPENDENCIES
rubinius-developer_tools
rubysl (~> 2.0)
simple_form!

BUNDLED WITH
1.17.3

0 comments on commit 016ea7c

Please sign in to comment.