Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Update gem nokogiri >= 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xinhui committed Jun 14, 2017
1 parent 02108a6 commit c0efb26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
codifligne (0.0.2)
nokogiri (~> 1.6)
nokogiri (>= 1.7.2)

GEM
remote: https://rubygems.org/
Expand All @@ -13,9 +13,9 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
hashdiff (0.2.3)
mini_portile2 (2.1.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
mini_portile2 (2.2.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
rake (10.5.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
Expand Down Expand Up @@ -48,4 +48,4 @@ DEPENDENCIES
webmock (~> 1.22.6)

BUNDLED WITH
1.12.5
1.13.6
2 changes: 1 addition & 1 deletion codifligne.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.markdown"]
s.required_ruby_version = '>= 2.0.0'

s.add_dependency "nokogiri", "~> 1.6"
s.add_dependency "nokogiri", ">=1.7.2"

s.add_development_dependency "awesome_print", "~> 1.6"
s.add_development_dependency "bundler", "~> 1.11"
Expand Down

0 comments on commit c0efb26

Please sign in to comment.