Skip to content

Commit

Permalink
Merge pull request assembler#10 from adammck/relax_browser_gem_versio…
Browse files Browse the repository at this point in the history
…n_dependency

Relax version dependency of the 'browser' gem
  • Loading branch information
assembler committed Jul 30, 2013
2 parents 16b7dc5 + 4ffe741 commit a0046e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browsernizer.gemspec
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec"

s.add_runtime_dependency 'browser', "~> 0.1.4"
s.add_runtime_dependency "browser", "> 0.1.4"
end

0 comments on commit a0046e5

Please sign in to comment.