Skip to content

Commit

Permalink
Downgrade Bundler to 1.17
Browse files Browse the repository at this point in the history
To ensure we keep compatibility with Rails 4.2.x until Rails 6 is released.
  • Loading branch information
edwinwills committed Jun 18, 2019
1 parent 23f3431 commit c6b1e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ rvm:
script: bundle exec rspec
before_script: cp spec/api_key.travis.rb spec/api_key.rb
after_script: rm spec/api_key.rb
before_install:
- gem install bundler -v 1.17
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ DEPENDENCIES
webmock (~> 1.18)

BUNDLED WITH
2.0.2
1.17

0 comments on commit c6b1e28

Please sign in to comment.