Skip to content

Commit 25943d6

Browse files
committed
Remove sprockets from gemspec.
We already depend on actionpack, which itself depends on sprockets. Having sprockets in the gemspec, tied to a specific version, creates the potential for version conflicts with the version of sprockets that actionpack wants to load. For example, we want to bump sprockets to 2.1.0 for the Rails 3.1.2 release, but this cannot be done with the existing sass-rails releases, because they depend on sprockets ~> 2.0.0.
1 parent 8c8071e commit 25943d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sass-rails.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Gem::Specification.new do |s|
1818
s.add_runtime_dependency 'railties', '~> 3.1.0'
1919
s.add_runtime_dependency 'actionpack', '~> 3.1.0'
2020
s.add_runtime_dependency 'tilt', '~> 1.3.2'
21-
s.add_runtime_dependency 'sprockets', '~> 2.0.0'
2221

2322
s.files = `git ls-files`.split("\n")
2423
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

0 commit comments

Comments
 (0)