Skip to content

Commit

Permalink
Unpin Nokogumbo version
Browse files Browse the repository at this point in the history
Is there a reason that you have limited the nokogumbo version to _exactly_ 1.4.1?  Is there a change (either in code or in process) that would enable updated versions to be used?
  • Loading branch information
rubys committed Dec 9, 2015
1 parent d7c74e8 commit ff9db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanitize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
# Runtime dependencies.
s.add_dependency('crass', '~> 1.0.2')
s.add_dependency('nokogiri', '>= 1.4.4')
s.add_dependency('nokogumbo', '1.4.1')
s.add_dependency('nokogumbo', '~> 1.4.1')

# Development dependencies.
s.add_development_dependency('minitest', '~> 5.6.0')
Expand Down

0 comments on commit ff9db83

Please sign in to comment.