Skip to content

Commit

Permalink
Update nokogiri to 1.6.8 to fix its security issue
Browse files Browse the repository at this point in the history
The security issue is fixed in this version.
See also sparklemotion/nokogiri#1473
  • Loading branch information
satoryu committed Jul 6, 2016
1 parent cc88584 commit 8d23a5c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ gem 'selenium-webdriver'
gem 'rakuten_web_service'
gem 'dotenv'

# gem "rails"
# This version dependency is required to resolve this install issue:
# https://github.com/flori/json/issues/229
gem 'json', '~> 1.8.2'
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ GEM
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
ffi (1.9.0)
json (1.8.0)
json (1.8.3)
mime-types (1.24)
mini_portile (0.5.1)
mini_portile2 (2.1.0)
multi_json (1.7.9)
multipart-post (1.2.0)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -48,5 +50,9 @@ DEPENDENCIES
capybara
capybara-webkit
dotenv
json (~> 1.8.2)
rakuten_web_service
selenium-webdriver

BUNDLED WITH
1.10.6

0 comments on commit 8d23a5c

Please sign in to comment.