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 ce564d9 commit a4b7bf8Copy full SHA for a4b7bf8
.travis.yml
@@ -11,6 +11,7 @@ gemfile:
11
- test/gemfiles/Gemfile.rails-3.2.x
12
- test/gemfiles/Gemfile.rails-4.0.x
13
- test/gemfiles/Gemfile.rails-4.1.x
14
+ - test/gemfiles/Gemfile.sprockets-2.8.x
15
16
env:
17
- LEGACY=true
test/gemfiles/Gemfile.sprockets-2.8.x
@@ -0,0 +1,9 @@
1
+source 'https://rubygems.org'
2
+gemspec :path => "./../.."
3
+
4
+gem 'sprockets', '~> 2.8.0'
5
6
+gem 'actionpack'
7
+gem 'railties'
8
9
+gem 'minitest', '= 4.7.3'
0 commit comments