Skip to content

Commit

Permalink
Update nokogiri to 1.6.8 for security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jun 10, 2016
1 parent 4b011a1 commit 84803b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -109,7 +109,7 @@ gem 'kramdown', '~> 1.3.3'
gem 'liquid', '~> 3.0.3'
gem 'mini_magick'
gem 'multi_xml'
gem 'nokogiri', '1.6.7.2'
gem 'nokogiri', '1.6.8'
gem 'omniauth'
gem 'rails', '4.2.5.2'
gem 'rufus-scheduler', '~> 3.0.8', require: false
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -324,7 +324,7 @@ GEM
mime-types (2.99.1)
mimemagic (0.3.1)
mini_magick (4.2.3)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
minitest (5.8.4)
mqtt (0.3.1)
multi_json (1.11.2)
Expand All @@ -338,8 +338,9 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
netrc (0.10.3)
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)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -377,6 +378,7 @@ GEM
omniauth-oauth (~> 1.0)
orm_adapter (0.5.0)
pg (0.18.3)
pkg-config (1.1.7)
poltergeist (1.8.1)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand Down Expand Up @@ -641,7 +643,7 @@ DEPENDENCIES
multi_xml
mysql2 (~> 0.3.20)
net-ftp-list (~> 3.2.8)
nokogiri (= 1.6.7.2)
nokogiri (= 1.6.8)
omniauth
omniauth-37signals
omniauth-dropbox
Expand Down

0 comments on commit 84803b6

Please sign in to comment.