Skip to content

Commit 849a66f

Browse files
committed
Remove dependency on full Rails
`railties` has most of Rails dependencies and will not depend on `activerecord` for example. Since we use Sequel rather than ActiveRecord, requiring sassc was the culprit for adding activerecord to the bundle for no good reason.
1 parent b3f404c commit 849a66f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sassc-rails.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
3030

3131
spec.add_dependency "tilt"
3232

33-
spec.add_dependency 'rails', '>= 4.0.0'
33+
spec.add_dependency 'railties', '>= 4.0.0'
3434
spec.add_dependency 'sprockets', '> 2.11'
35+
spec.add_dependency 'sprockets-rails'
3536
end

0 commit comments

Comments
 (0)