waterlink / rspec-json_expectations

Set of matchers and helpers to allow you test your APIs responses like a pro.
https://www.relishapp.com/waterlink/rspec-json-expectations/docs
MIT License
140 stars 23 forks source link

use bundler ~> 1.0 on Travis #34

Closed MothOnMars closed 5 years ago

MothOnMars commented 5 years ago

The purpose of this PR is to allow builds to pass on Travis, as simply as possible. There is currently a build error for master: https://travis-ci.org/waterlink/rspec-json_expectations/jobs/502880454.

0.48s$ gem install bundler
Fetching: bundler-2.0.1.gem (100%)
ERROR:  Error installing bundler:
    The last version of bundler (>= 0) to support your Ruby & RubyGems was 1.17.3. Try installing it with `gem install bundler -v 1.17.3`
    bundler requires Ruby version >= 2.3.0. The current ruby version is 2.1.0.

bundler 2.x can be used once https://github.com/waterlink/rspec-json_expectations/pull/26 is merged, as bundler 2 does not require forwardable itself.

waterlink commented 5 years ago

Thank you @MothOnMars !