Skip to content

Commit

Permalink
relax sprockets dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rounders committed May 8, 2015
1 parent e86b735 commit ca0a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlebars_assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "execjs", "~> 2.0"
s.add_runtime_dependency "tilt", "~> 1.2"
s.add_runtime_dependency "multi_json", "~> 1.0"
s.add_runtime_dependency "sprockets", "~> 2.0"
s.add_runtime_dependency "sprockets", ">= 2.0.0", "< 4.0"

s.add_development_dependency "minitest", '~> 5.5'
s.add_development_dependency "haml", '~> 4.0'
Expand Down

0 comments on commit ca0a578

Please sign in to comment.