Skip to content

Commit

Permalink
Remove dependency on full Rails
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
rosenfeld committed Jan 1, 2016
1 parent b3f404c commit 849a66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sassc-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "tilt"

spec.add_dependency 'rails', '>= 4.0.0'
spec.add_dependency 'railties', '>= 4.0.0'
spec.add_dependency 'sprockets', '> 2.11'
spec.add_dependency 'sprockets-rails'
end

0 comments on commit 849a66f

Please sign in to comment.