Skip to content

Commit 8cb2e6e

Browse files
committed
newer railties version requires ruby >= 2.2.2 to work
Actually it depends on actionpack 5.0, which is dependent on Rack 2.0, which is not compatible with ruby 1.9.3, and it causes all recent builds to fail
1 parent 5d46c65 commit 8cb2e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
rvm:
2-
- 1.9.3
2+
- 2.2.2

0 commit comments

Comments
 (0)