Skip to content

Commit

Permalink
Merge pull request #1 from satoryu/fix_nokogiri_security_issue
Browse files Browse the repository at this point in the history
Update nokogiri and rack to fix its security issue
  • Loading branch information
satoryu authored Jul 6, 2016
2 parents cc88584 + e08492a commit 2e50bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 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'
16 changes: 11 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ 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)
rack (1.5.2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
rack (2.0.1)
rack-test (0.6.2)
rack (>= 1.0)
rakuten_web_service (0.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 2e50bf3

Please sign in to comment.