Commit c728135
committed
Use specific rake version to fix
12.2.1 is the last version which supports ruby 1.9.
```
1) Error:
AcceptanceTest#test_binstub_upgrade_with_old_binstub:
RuntimeError: command failed
$ bundle check || bundle update --retry=2
--- stdout ---
Bundler can't satisfy your Gemfile's dependencies.
Install missing gems with `bundle install`.
Fetching gem metadata from http://rubygems.org/...............
Fetching gem metadata from http://rubygems.org/..
Resolving dependencies....
Fetching rake 12.3.1
Installing rake 12.3.1
Gem::InstallError: rake requires Ruby version >= 2.0.0.
An error occurred while installing rake (12.3.1), and Bundler cannot continue.
Make sure that `gem install rake -v '12.3.1' --source 'http://rubygems.org/'`
succeeds before bundling.
```
https://travis-ci.org/mtsmfm/spring-debug/jobs/404541780Gem::InstallError
1 parent 495e361 commit c728135
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
0 commit comments