Commit 856d3d19 by Tute Costa

Use bundler v1.12.5 for Ruby 2.2.2 not to fail

Otherwise cucumber doesn't load development dependencies.
parent c6046d81
......@@ -4,6 +4,10 @@ rvm:
script: "bundle exec rake clean spec cucumber"
before_install:
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.12.5
gemfile:
- gemfiles/4.2.gemfile
- gemfiles/5.0.gemfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment