Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Upgrade nokogiri to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mocoso committed Nov 29, 2015
1 parent ea1c188 commit 961617b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '2.1.6'

gem 'rails', '~> 4.2.4'

gem 'nokogiri'
gem 'nokogiri', '>= 1.6.6.4'
gem 'typhoeus'
gem 'bootstrap-sass'
gem 'exception_notification', '>= 4.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ GEM
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (1.25.1)
mini_portile (0.6.1)
mini_portile (0.6.2)
minitest (5.8.0)
multi_json (1.11.2)
newrelic_rpm (3.13.1.300)
nokogiri (1.6.5)
nokogiri (1.6.6.4)
mini_portile (~> 0.6.0)
rack (1.6.4)
rack-test (0.6.3)
Expand Down Expand Up @@ -151,7 +151,7 @@ DEPENDENCIES
bootstrap-sass
exception_notification (>= 4.0)
newrelic_rpm
nokogiri
nokogiri (>= 1.6.6.4)
rails (~> 4.2.4)
rails_12factor
rspec-rails
Expand Down

0 comments on commit 961617b

Please sign in to comment.