Skip to content

Commit

Permalink
Update nokogiri gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Altmann committed Jun 29, 2016
1 parent cf6cf5b commit d8bb07b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gem 'rails_admin_statistics', github: 'KonstantinKo/rails_admin_statistics'
gem 'rails_admin_nested_set'
gem 'rack-rewrite' # Redirects
gem 'json'
gem 'nokogiri', '~> 1.6.7.2'
gem 'nokogiri', '~> 1.6.8'
gem 'prawn_rails' # pdf generation

# ---------- Monitoring ----------
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ GEM
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
minitest (5.9.0)
minitest-capybara (0.7.1)
capybara (~> 2.2)
Expand Down Expand Up @@ -408,8 +408,9 @@ GEM
netrc (0.11.0)
newrelic_rpm (3.9.9.275)
nio4r (1.2.1)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogumbo (1.2.0)
nokogiri
nori (2.4.0)
Expand All @@ -432,6 +433,7 @@ GEM
jsonschema (~> 2.0.0)
pdf-core (0.4.0)
pg (0.18.4)
pkg-config (1.1.7)
powerpack (0.1.0)
prawn (1.3.0)
pdf-core (~> 0.4.0)
Expand Down Expand Up @@ -769,7 +771,7 @@ DEPENDENCIES
money-rails (> 0.12.0)
newrelic_rpm
nkss-rails!
nokogiri (~> 1.6.7.2)
nokogiri (~> 1.6.8)
paperclip (= 4.2.0)
parallel_tests
paypal_adaptive
Expand Down

0 comments on commit d8bb07b

Please sign in to comment.