Skip to content

Commit 5d92c89

Browse files
committed
Merge pull request #175 from rails/allow-sprockets-3
Support Sprockets 3.x
2 parents 0754a22 + 67bc807 commit 5d92c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprockets-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88

99
s.files = Dir["README.md", "lib/**/*.rb", "LICENSE"]
1010

11-
s.add_dependency "sprockets", "~> 2.8"
11+
s.add_dependency "sprockets", [">= 2.8", "< 4.0"]
1212
s.add_dependency "actionpack", ">= 3.0"
1313
s.add_dependency "activesupport", ">= 3.0"
1414
s.add_development_dependency "rake"

0 commit comments

Comments
 (0)