Skip to content

Commit

Permalink
Merge pull request #425 from envato/relax-nokigiri-version
Browse files Browse the repository at this point in the history
Allow newer nokogiris
  • Loading branch information
ChrisBAshton committed May 16, 2016
2 parents fe519eb + bde0aad commit e72b7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wraith.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'image_size'
spec.add_runtime_dependency 'anemone'
spec.add_runtime_dependency 'robotex'
spec.add_runtime_dependency 'nokogiri', '1.6.7'
spec.add_runtime_dependency 'nokogiri', '~> 1.6.7'
spec.add_runtime_dependency 'log4r'
spec.add_runtime_dependency 'thor'
spec.add_runtime_dependency 'parallel'
Expand Down

0 comments on commit e72b7a3

Please sign in to comment.