Skip to content

Commit

Permalink
Don't require sprockets as a dependency
Browse files Browse the repository at this point in the history
We don't really need sprockets, as we abuse actionview for our assets.
  • Loading branch information
gsamokovarov committed Dec 6, 2015
1 parent 8be86da commit 716a45f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ Gem::Specification.new do |s|

rails_version = ">= 4.0"

s.add_dependency "railties", rails_version
s.add_dependency "activemodel", rails_version
s.add_dependency "sprockets-rails", ">= 2.0", "< 4.0"
s.add_dependency "railties", rails_version
s.add_dependency "activemodel", rails_version
s.add_dependency "debug_inspector"

# We need those for the testing application to run.
Expand Down

0 comments on commit 716a45f

Please sign in to comment.