Skip to content

Commit

Permalink
Make execjs version strict
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Mar 27, 2015
1 parent 209e75e commit 071487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barber.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Barber::VERSION

gem.add_dependency "execjs"
gem.add_dependency "execjs", ['>= 1.2', "< 3"]
gem.add_dependency "ember-source"

gem.add_development_dependency "rake"
Expand Down

0 comments on commit 071487d

Please sign in to comment.