Commit 681d537
authored
Update .travis.yml to unblock Ruby 2.2 builds (#628)
* Update Ruby 2.2.7 to 2.2.10
There are 3 patch versions of security and vulnerability fixes and 2.2.7
was released back in March 28 2017.
* Use older version of RubyGems for Ruby 2.2
The current build tries to update to RubyGems 3. This currently fails
for Ruby 2.2 because RubyGems 3.0.0 drops support for Ruby 2.2.X.
This change should support Ruby 2.2 by explicitly installing RubyGems
2.7 after failing to find a compatible version of 3.1 parent 55c23eb commit 681d537
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments