Skip to content

Commit

Permalink
Merge pull request #52 from rosenfeld/patch-1
Browse files Browse the repository at this point in the history
Remove dependency on full Rails
  • Loading branch information
bolandrm committed Jan 20, 2016
2 parents 874e7a9 + 849a66f commit 368186c
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 368186c

Please sign in to comment.