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 f421cd3 commit 7bac8f9Copy full SHA for 7bac8f9
.travis.yml
@@ -9,6 +9,7 @@ gemfile:
9
- test/gemfiles/Gemfile.rails-3.1.x
10
- test/gemfiles/Gemfile.rails-3.2.x
11
- test/gemfiles/Gemfile.rails-4.0.x
12
+ - test/gemfiles/Gemfile.rails-4.1.x
13
14
notifications:
15
email: false
test/gemfiles/Gemfile.rails-4.1.x
@@ -0,0 +1,5 @@
1
+source 'https://rubygems.org'
2
+gemspec :path => "./../.."
3
+
4
+gem "actionpack", "~> 4.1.0.rc2"
5
+gem "railties", "~> 4.1.0.rc2"
0 commit comments