Skip to content

Commit d38c6c2

Browse files
authored
Merge pull request #22 from learn-co-curriculum/update-security-update
Update per security warning
2 parents 5f45a83 + cbf2666 commit d38c6c2

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

Gemfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.4.0)
5-
backports (3.6.8)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
backports (3.11.0)
67
bond (0.5.1)
7-
capybara (2.6.2)
8+
capybara (2.17.0)
89
addressable
9-
mime-types (>= 1.16)
10+
mini_mime (>= 0.1.3)
1011
nokogiri (>= 1.3.3)
1112
rack (>= 1.0.0)
1213
rack-test (>= 0.5.4)
13-
xpath (~> 2.0)
14-
coderay (1.1.1)
15-
diff-lcs (1.2.5)
16-
method_source (0.8.2)
17-
mime-types (3.0)
18-
mime-types-data (~> 3.2015)
19-
mime-types-data (3.2016.0221)
20-
mini_portile2 (2.0.0)
21-
multi_json (1.11.2)
22-
nokogiri (1.6.7.2)
23-
mini_portile2 (~> 2.0.0.rc2)
24-
pry (0.10.3)
14+
xpath (>= 2.0, < 4.0)
15+
coderay (1.1.2)
16+
diff-lcs (1.3)
17+
method_source (0.9.0)
18+
mini_mime (1.0.0)
19+
mini_portile2 (2.3.0)
20+
multi_json (1.13.0)
21+
mustermann (1.0.1)
22+
nokogiri (1.8.1)
23+
mini_portile2 (~> 2.3.0)
24+
pry (0.11.3)
2525
coderay (~> 1.1.0)
26-
method_source (~> 0.8.1)
27-
slop (~> 3.4)
28-
rack (1.6.4)
29-
rack-protection (1.5.3)
26+
method_source (~> 0.9.0)
27+
public_suffix (3.0.1)
28+
rack (2.0.3)
29+
rack-protection (2.0.0)
3030
rack
31-
rack-test (0.6.3)
32-
rack (>= 1.0)
33-
require_all (1.3.3)
31+
rack-test (0.8.2)
32+
rack (>= 1.0, < 3)
33+
require_all (1.5.0)
3434
ripl (0.7.1)
3535
bond (~> 0.5.1)
3636
ripl-multi_line (0.3.1)
3737
ripl (>= 0.3.6)
38-
ripl-rack (0.2.1)
38+
ripl-rack (0.2.0)
3939
rack (>= 1.0)
40-
rack-test (~> 0.6.2)
41-
ripl (>= 0.7.0)
42-
rspec (3.4.0)
43-
rspec-core (~> 3.4.0)
44-
rspec-expectations (~> 3.4.0)
45-
rspec-mocks (~> 3.4.0)
46-
rspec-core (3.4.3)
47-
rspec-support (~> 3.4.0)
48-
rspec-expectations (3.4.0)
40+
rack-test (>= 0.5)
41+
ripl (>= 0.3.5)
42+
rspec (3.7.0)
43+
rspec-core (~> 3.7.0)
44+
rspec-expectations (~> 3.7.0)
45+
rspec-mocks (~> 3.7.0)
46+
rspec-core (3.7.1)
47+
rspec-support (~> 3.7.0)
48+
rspec-expectations (3.7.0)
4949
diff-lcs (>= 1.2.0, < 2.0)
50-
rspec-support (~> 3.4.0)
51-
rspec-mocks (3.4.1)
50+
rspec-support (~> 3.7.0)
51+
rspec-mocks (3.7.0)
5252
diff-lcs (>= 1.2.0, < 2.0)
53-
rspec-support (~> 3.4.0)
54-
rspec-support (3.4.1)
55-
shotgun (0.9.1)
53+
rspec-support (~> 3.7.0)
54+
rspec-support (3.7.0)
55+
shotgun (0.9.2)
5656
rack (>= 1.0)
57-
sinatra (1.4.7)
58-
rack (~> 1.5)
59-
rack-protection (~> 1.4)
60-
tilt (>= 1.3, < 3)
61-
sinatra-contrib (1.4.6)
57+
sinatra (2.0.0)
58+
mustermann (~> 1.0)
59+
rack (~> 2.0)
60+
rack-protection (= 2.0.0)
61+
tilt (~> 2.0)
62+
sinatra-contrib (2.0.0)
6263
backports (>= 2.0)
6364
multi_json
64-
rack-protection
65-
rack-test
66-
sinatra (~> 1.4.0)
65+
mustermann (~> 1.0)
66+
rack-protection (= 2.0.0)
67+
sinatra (= 2.0.0)
6768
tilt (>= 1.3, < 3)
6869
sinatra-reloader (1.0)
6970
sinatra-contrib
70-
slop (3.6.0)
71-
tilt (2.0.2)
71+
tilt (2.0.8)
7272
tux (0.3.0)
7373
ripl (>= 0.3.5)
7474
ripl-multi_line (>= 0.2.4)
7575
ripl-rack (>= 0.2.0)
7676
sinatra (>= 1.2.1)
77-
xpath (2.0.0)
78-
nokogiri (~> 1.3)
77+
xpath (3.0.0)
78+
nokogiri (~> 1.8)
7979

8080
PLATFORMS
8181
ruby
@@ -92,4 +92,4 @@ DEPENDENCIES
9292
tux
9393

9494
BUNDLED WITH
95-
1.10.6
95+
1.16.0

0 commit comments

Comments
 (0)