Skip to content

Commit e1b903d

Browse files
committed
security vulnerabilities
1 parent 553f0ba commit e1b903d

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Gemfile.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,60 +14,60 @@ PATH
1414
GEM
1515
remote: http://rubygems.org/
1616
specs:
17-
addressable (2.5.2)
18-
public_suffix (>= 2.0.2, < 4.0)
19-
crack (0.4.3)
20-
safe_yaml (~> 1.0.0)
21-
diff-lcs (1.3)
22-
docile (1.1.5)
23-
hashdiff (0.3.7)
17+
addressable (2.7.0)
18+
public_suffix (>= 2.0.2, < 5.0)
19+
crack (0.4.5)
20+
rexml
21+
diff-lcs (1.4.4)
22+
docile (1.3.5)
23+
hashdiff (1.0.1)
2424
hashie (4.1.0)
25-
json (2.1.0)
26-
mustermann (1.0.1)
27-
omniauth (2.0.0)
25+
mustermann (1.1.1)
26+
ruby2_keywords (~> 0.0.1)
27+
omniauth (2.0.1)
2828
hashie (>= 3.4.6)
2929
rack (>= 1.6.2, < 3)
3030
rack-protection
31-
public_suffix (3.0.1)
31+
public_suffix (4.0.6)
3232
rack (2.2.3)
3333
rack-openid (1.4.2)
3434
rack (>= 1.1.0)
3535
ruby-openid (>= 2.1.8)
36-
rack-protection (2.0.0)
36+
rack-protection (2.1.0)
3737
rack
38-
rack-test (0.8.2)
38+
rack-test (1.1.0)
3939
rack (>= 1.0, < 3)
40-
rake (12.3.0)
41-
rspec (3.7.0)
42-
rspec-core (~> 3.7.0)
43-
rspec-expectations (~> 3.7.0)
44-
rspec-mocks (~> 3.7.0)
45-
rspec-core (3.7.0)
46-
rspec-support (~> 3.7.0)
47-
rspec-expectations (3.7.0)
40+
rake (12.3.3)
41+
rexml (3.2.4)
42+
rspec (3.10.0)
43+
rspec-core (~> 3.10.0)
44+
rspec-expectations (~> 3.10.0)
45+
rspec-mocks (~> 3.10.0)
46+
rspec-core (3.10.1)
47+
rspec-support (~> 3.10.0)
48+
rspec-expectations (3.10.1)
4849
diff-lcs (>= 1.2.0, < 2.0)
49-
rspec-support (~> 3.7.0)
50-
rspec-mocks (3.7.0)
50+
rspec-support (~> 3.10.0)
51+
rspec-mocks (3.10.1)
5152
diff-lcs (>= 1.2.0, < 2.0)
52-
rspec-support (~> 3.7.0)
53-
rspec-support (3.7.0)
54-
safe_yaml (1.0.4)
55-
simplecov (0.15.1)
56-
docile (~> 1.1.0)
57-
json (>= 1.8, < 3)
58-
simplecov-html (~> 0.10.0)
59-
simplecov-html (0.10.2)
60-
sinatra (2.0.0)
53+
rspec-support (~> 3.10.0)
54+
rspec-support (3.10.1)
55+
ruby2_keywords (0.0.4)
56+
simplecov (0.18.5)
57+
docile (~> 1.1)
58+
simplecov-html (~> 0.11)
59+
simplecov-html (0.12.3)
60+
sinatra (2.1.0)
6161
mustermann (~> 1.0)
62-
rack (~> 2.0)
63-
rack-protection (= 2.0.0)
62+
rack (~> 2.2)
63+
rack-protection (= 2.1.0)
6464
tilt (~> 2.0)
65-
tilt (2.0.8)
66-
webmock (3.1.1)
65+
tilt (2.0.10)
66+
webmock (3.11.1)
6767
addressable (>= 2.3.6)
6868
crack (>= 0.3.2)
69-
hashdiff
70-
yard (0.9.12)
69+
hashdiff (>= 0.4.0, < 2.0.0)
70+
yard (0.9.26)
7171

7272
PLATFORMS
7373
ruby

0 commit comments

Comments
 (0)