Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
bundle update nokogiri rack-protection
Browse files Browse the repository at this point in the history
  • Loading branch information
Ransom Briggs committed Nov 13, 2018
1 parent 2da5472 commit 3b1c642
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kensa (3.0.2)
kensa (3.1.0)
colored (~> 1.2)
launchy (~> 2.2.0)
mechanize (~> 2.7.5)
Expand All @@ -11,46 +11,48 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
artifice (0.6)
rack-test
coderay (1.0.8)
colored (1.2)
connection_pool (2.2.2)
contest (0.1.3)
domain_name (0.5.20160826)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
fakefs (0.4.2)
http-cookie (1.0.2)
http-cookie (1.0.3)
domain_name (~> 0.5)
launchy (2.2.0)
addressable (~> 2.3)
mechanize (2.7.5)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.5, >= 2.5.2)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
method_source (0.8.1)
mime-types (2.99.3)
mini_portile2 (2.1.0)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
mini_portile2 (2.3.0)
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
netrc (0.10.3)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
ntlm-http (0.1.1)
pkg-config (1.1.7)
power_assert (0.2.2)
pry (0.9.11.4)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.6.4)
rack-protection (1.5.3)
public_suffix (3.0.3)
rack (1.6.11)
rack-protection (1.5.5)
rack
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -71,7 +73,7 @@ GEM
timecop (0.6.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
unf_ext (0.0.7.5)
webrobots (0.1.2)

PLATFORMS
Expand All @@ -90,4 +92,4 @@ DEPENDENCIES
timecop (~> 0.6.1)

BUNDLED WITH
1.12.5
1.17.1

0 comments on commit 3b1c642

Please sign in to comment.