Skip to content

Commit

Permalink
Update Nokogumbo to 1.1.12.
Browse files Browse the repository at this point in the history
...because 1.1.11 silently reverted the change we were trying to pick up. :(
  • Loading branch information
rgrove committed Sep 3, 2014
1 parent b8934d8 commit e944907
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Sanitize History
================================================================================

Version 3.0.2 (2014-09-02)
--------------------------

* Updated Nokogumbo to 1.1.12, because 1.1.11 silently reverted the change we
were trying to pick up in the last release. Now issue [#114][114] is
_actually_ fixed.


Version 3.0.1 (2014-09-02)
--------------------------

Expand Down
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', '~> 0.2.0')
s.add_dependency('nokogiri', '>= 1.4.4')
s.add_dependency('nokogumbo', '1.1.11')
s.add_dependency('nokogumbo', '1.1.12')

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

0 comments on commit e944907

Please sign in to comment.