Skip to content

Commit 7a165ab

Browse files
authored
Merge pull request #17 from learn-co-curriculum/update-security-update
Update per security warning
2 parents 9ea67e2 + 1e00d18 commit 7a165ab

File tree

1 file changed

+48
-44
lines changed

1 file changed

+48
-44
lines changed

Gemfile.lock

Lines changed: 48 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,63 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
capybara (2.5.0)
5-
mime-types (>= 1.16)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
capybara (2.17.0)
7+
addressable
8+
mini_mime (>= 0.1.3)
69
nokogiri (>= 1.3.3)
710
rack (>= 1.0.0)
811
rack-test (>= 0.5.4)
9-
xpath (~> 2.0)
10-
coderay (1.1.0)
11-
daemons (1.2.3)
12-
diff-lcs (1.2.5)
13-
eventmachine (1.0.8)
14-
method_source (0.8.2)
15-
mime-types (2.6.2)
16-
mini_portile (0.6.2)
17-
nokogiri (1.6.6.2)
18-
mini_portile (~> 0.6.0)
19-
pry (0.10.3)
12+
xpath (>= 2.0, < 4.0)
13+
coderay (1.1.2)
14+
daemons (1.2.6)
15+
diff-lcs (1.3)
16+
eventmachine (1.2.5)
17+
method_source (0.9.0)
18+
mini_mime (1.0.0)
19+
mini_portile2 (2.3.0)
20+
mustermann (1.0.1)
21+
nokogiri (1.8.1)
22+
mini_portile2 (~> 2.3.0)
23+
pry (0.11.3)
2024
coderay (~> 1.1.0)
21-
method_source (~> 0.8.1)
22-
slop (~> 3.4)
23-
rack (1.6.4)
24-
rack-protection (1.5.3)
25+
method_source (~> 0.9.0)
26+
public_suffix (3.0.1)
27+
rack (2.0.3)
28+
rack-protection (2.0.0)
2529
rack
26-
rack-test (0.6.3)
27-
rack (>= 1.0)
28-
rake (10.4.2)
29-
require_all (1.3.2)
30-
rspec (3.3.0)
31-
rspec-core (~> 3.3.0)
32-
rspec-expectations (~> 3.3.0)
33-
rspec-mocks (~> 3.3.0)
34-
rspec-core (3.3.2)
35-
rspec-support (~> 3.3.0)
36-
rspec-expectations (3.3.1)
30+
rack-test (0.8.2)
31+
rack (>= 1.0, < 3)
32+
rake (12.3.0)
33+
require_all (1.5.0)
34+
rspec (3.7.0)
35+
rspec-core (~> 3.7.0)
36+
rspec-expectations (~> 3.7.0)
37+
rspec-mocks (~> 3.7.0)
38+
rspec-core (3.7.1)
39+
rspec-support (~> 3.7.0)
40+
rspec-expectations (3.7.0)
3741
diff-lcs (>= 1.2.0, < 2.0)
38-
rspec-support (~> 3.3.0)
39-
rspec-mocks (3.3.2)
42+
rspec-support (~> 3.7.0)
43+
rspec-mocks (3.7.0)
4044
diff-lcs (>= 1.2.0, < 2.0)
41-
rspec-support (~> 3.3.0)
42-
rspec-support (3.3.0)
43-
shotgun (0.9.1)
45+
rspec-support (~> 3.7.0)
46+
rspec-support (3.7.0)
47+
shotgun (0.9.2)
4448
rack (>= 1.0)
45-
sinatra (1.4.6)
46-
rack (~> 1.4)
47-
rack-protection (~> 1.4)
48-
tilt (>= 1.3, < 3)
49-
slop (3.6.0)
50-
thin (1.6.4)
49+
sinatra (2.0.0)
50+
mustermann (~> 1.0)
51+
rack (~> 2.0)
52+
rack-protection (= 2.0.0)
53+
tilt (~> 2.0)
54+
thin (1.7.2)
5155
daemons (~> 1.0, >= 1.0.9)
5256
eventmachine (~> 1.0, >= 1.0.4)
53-
rack (~> 1.0)
54-
tilt (2.0.1)
55-
xpath (2.0.0)
56-
nokogiri (~> 1.3)
57+
rack (>= 1, < 3)
58+
tilt (2.0.8)
59+
xpath (3.0.0)
60+
nokogiri (~> 1.8)
5761

5862
PLATFORMS
5963
ruby
@@ -70,4 +74,4 @@ DEPENDENCIES
7074
thin
7175

7276
BUNDLED WITH
73-
1.10.6
77+
1.16.0

0 commit comments

Comments
 (0)