Skip to content

Commit

Permalink
Update nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume committed Jun 20, 2017
1 parent f8c18aa commit 79f14a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
truncato (0.7.9)
htmlentities (~> 4.3.1)
nokogiri (~> 1.7.0)
nokogiri (~> 1.8.0, >= 1.7.0)

GEM
remote: https://rubygems.org/
Expand All @@ -12,9 +12,9 @@ GEM
html_truncator (0.4.1)
nokogiri (~> 1.5)
htmlentities (4.3.4)
mini_portile2 (2.1.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
mini_portile2 (2.2.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
peppercorn (0.0.3)
nokogiri (~> 1.5)
rake (10.1.1)
Expand All @@ -39,4 +39,4 @@ DEPENDENCIES
truncato!

BUNDLED WITH
1.13.6
1.13.7
2 changes: 1 addition & 1 deletion truncato.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.rubygems_version = "2.0.2"
s.summary = "A tool for truncating HTML strings efficiently"

s.add_dependency "nokogiri", "~> 1.7.0"
s.add_dependency "nokogiri", ">= 1.7.0", "~> 1.8.0"
s.add_dependency "htmlentities", "~> 4.3.1"

s.add_development_dependency "rspec", '~> 2.14.1'
Expand Down

0 comments on commit 79f14a3

Please sign in to comment.