Skip to content

Commit

Permalink
Merge pull request #18 from learn-co-curriculum/update-security-warning
Browse files Browse the repository at this point in the history
Update Gemfile.lock per security warning
  • Loading branch information
sgharms authored Jan 9, 2018
2 parents 6a4f04e + 5df930c commit a659aa6
Showing 1 changed file with 52 additions and 50 deletions.
102 changes: 52 additions & 50 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,69 +1,71 @@
GEM
remote: https://rubygems.org/
specs:
capybara (2.5.0)
mime-types (>= 1.16)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
capybara (2.17.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
xpath (>= 2.0, < 4.0)
cliver (0.3.2)
coderay (1.1.0)
daemons (1.2.3)
diff-lcs (1.2.5)
eventmachine (1.0.8)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile (0.6.2)
multi_json (1.11.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
poltergeist (1.8.0)
coderay (1.1.2)
daemons (1.2.6)
diff-lcs (1.3)
eventmachine (1.2.5)
method_source (0.9.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mustermann (1.0.1)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
poltergeist (1.17.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
pry (0.10.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.2)
rack-protection (1.5.0)
method_source (~> 0.9.0)
public_suffix (3.0.1)
rack (2.0.3)
rack-protection (2.0.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
require_all (1.3.2)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
rack-test (0.8.2)
rack (>= 1.0, < 3)
rake (12.3.0)
require_all (1.5.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.2)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
shotgun (0.9)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slop (3.6.0)
thin (1.6.3)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
tilt (1.4.1)
websocket-driver (0.6.3)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.8)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
websocket-extensions (0.1.3)
xpath (3.0.0)
nokogiri (~> 1.8)

PLATFORMS
ruby
Expand All @@ -81,4 +83,4 @@ DEPENDENCIES
thin

BUNDLED WITH
1.10.6
1.16.0

0 comments on commit a659aa6

Please sign in to comment.