File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ matrix:
32
32
rvm : 1.8.7
33
33
- gemfile : test/gemfiles/Gemfile.rails-4.2.x
34
34
rvm : 1.8.7
35
+ - gemfile : test/gemfiles/Gemfile.rails-5.0.x
36
+ rvm : 1.8.7
35
37
- gemfile : test/gemfiles/Gemfile.sprockets-2.11.x
36
38
rvm : 1.8.7
37
39
- gemfile : test/gemfiles/Gemfile.sprockets-2.12.x
@@ -50,6 +52,8 @@ matrix:
50
52
env : LEGACY=true
51
53
- gemfile : test/gemfiles/Gemfile.rails-4.2.x
52
54
env : LEGACY=true
55
+ - gemfile : test/gemfiles/Gemfile.rails-5.0.x
56
+ env : LEGACY=true
53
57
- gemfile : test/gemfiles/Gemfile.sprockets-2.11.x
54
58
env : LEGACY=true
55
59
- gemfile : test/gemfiles/Gemfile.sprockets-2.12.x
Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+ gemspec :path = > "./../.."
3
+
4
+ gem "actionpack" , :github = > "rails/rails" , :branch = > "master"
5
+ gem "railties" , :github = > "rails/rails" , :branch = > "master"
You can’t perform that action at this time.
0 commit comments