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 b6a068d commit cabfacdCopy full SHA for cabfacd
.travis.yml
@@ -6,6 +6,7 @@ rvm:
6
gemfile:
7
- test/gemfiles/Gemfile-rails-4-0
8
- test/gemfiles/Gemfile-rails-4-1
9
+ - test/gemfiles/Gemfile-sprockets-2-11
10
- test/gemfiles/Gemfile-sprockets-2-8
11
- Gemfile
12
before_install: gem install bundler
test/gemfiles/Gemfile-sprockets-2-11
@@ -0,0 +1,6 @@
1
+source "https://rubygems.org"
2
+
3
+# Specify your gem"s dependencies in sass-rails.gemspec
4
+gemspec path: "../.."
5
+gem "sprockets", "~> 2.11.0"
0 commit comments