We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11538f commit c514078Copy full SHA for c514078
.travis.yml
@@ -7,6 +7,7 @@ gemfile:
7
- test/gemfiles/Gemfile.rails-3.0.x
8
- test/gemfiles/Gemfile.rails-3.1.x
9
- test/gemfiles/Gemfile.rails-3.2.x
10
+ - test/gemfiles/Gemfile.rails-4.0.x
11
- test/gemfiles/Gemfile.rails-edge
12
13
matrix:
test/gemfiles/Gemfile.rails-4.0.x
@@ -0,0 +1,5 @@
1
+source :rubygems
2
+gemspec :path => "./../.."
3
+
4
+gem "actionpack", "~> 4.0.0"
5
+gem "railties", "~> 4.0.0"
0 commit comments