Skip to content

Commit 1f2e83e

Browse files
authored
Merge pull request #13 from inspec/dependabot/bundler/mmv1/addressable-2.8.1
Bump addressable from 2.5.2 to 2.8.1 in /mmv1
2 parents 2954a05 + 157d6d1 commit 1f2e83e

1 file changed

Lines changed: 52 additions & 46 deletions

File tree

mmv1/Gemfile.lock

Lines changed: 52 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,64 @@ GEM
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.5)
8+
i18n (>= 0.7, < 2)
9+
minitest (~> 5.1)
10+
tzinfo (~> 1.1)
11+
addressable (2.8.1)
1512
public_suffix (>= 2.0.2, < 6.0)
16-
ast (2.4.2)
17-
base64 (0.2.0)
18-
bigdecimal (3.1.4)
19-
binding_of_caller (1.0.0)
13+
ast (2.4.0)
14+
binding_of_caller (0.8.0)
2015
debug_inspector (>= 0.0.1)
21-
concurrent-ruby (1.2.2)
22-
connection_pool (2.4.1)
23-
debug_inspector (1.1.0)
24-
diff-lcs (1.5.0)
25-
drb (2.2.0)
26-
ruby2_keywords
27-
faraday (2.7.12)
28-
base64
29-
faraday-net_http (>= 2.0, < 3.1)
16+
concurrent-ruby (1.1.6)
17+
debug_inspector (0.0.3)
18+
diff-lcs (1.3)
19+
faraday (1.10.3)
20+
faraday-em_http (~> 1.0)
21+
faraday-em_synchrony (~> 1.0)
22+
faraday-excon (~> 1.1)
23+
faraday-httpclient (~> 1.0)
24+
faraday-multipart (~> 1.0)
25+
faraday-net_http (~> 1.0)
26+
faraday-net_http_persistent (~> 1.0)
27+
faraday-patron (~> 1.0)
28+
faraday-rack (~> 1.0)
29+
faraday-retry (~> 1.0)
3030
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (3.0.2)
32-
i18n (1.14.1)
31+
faraday-em_http (1.0.0)
32+
faraday-em_synchrony (1.0.0)
33+
faraday-excon (1.1.0)
34+
faraday-httpclient (1.0.1)
35+
faraday-multipart (1.0.4)
36+
multipart-post (~> 2)
37+
faraday-net_http (1.0.1)
38+
faraday-net_http_persistent (1.2.0)
39+
faraday-patron (1.0.0)
40+
faraday-rack (1.0.0)
41+
faraday-retry (1.0.3)
42+
i18n (1.8.2)
3343
concurrent-ruby (~> 1.0)
3444
json (2.7.1)
3545
language_server-protocol (3.17.0.3)
3646
metaclass (0.0.4)
3747
minitest (5.20.0)
3848
mocha (1.3.0)
3949
metaclass (~> 0.0.1)
40-
mutex_m (0.2.0)
41-
octokit (8.0.0)
42-
faraday (>= 1, < 3)
43-
sawyer (~> 0.9)
44-
parallel (1.23.0)
45-
parser (3.2.2.4)
46-
ast (~> 2.4.1)
47-
racc
48-
public_suffix (5.0.4)
49-
racc (1.7.3)
50-
rainbow (3.1.1)
51-
rake (13.1.0)
52-
regexp_parser (2.8.3)
53-
rexml (3.3.9)
54-
rspec (3.12.0)
55-
rspec-core (~> 3.12.0)
56-
rspec-expectations (~> 3.12.0)
57-
rspec-mocks (~> 3.12.0)
58-
rspec-core (3.12.2)
59-
rspec-support (~> 3.12.0)
60-
rspec-expectations (3.12.3)
50+
multipart-post (2.3.0)
51+
octokit (4.13.0)
52+
sawyer (~> 0.8.0, >= 0.5.3)
53+
parallel (1.19.1)
54+
parser (2.6.5.0)
55+
ast (~> 2.4.0)
56+
public_suffix (5.0.1)
57+
rainbow (3.0.0)
58+
rake (12.3.3)
59+
rspec (3.8.0)
60+
rspec-core (~> 3.8.0)
61+
rspec-expectations (~> 3.8.0)
62+
rspec-mocks (~> 3.8.0)
63+
rspec-core (3.8.0)
64+
rspec-support (~> 3.8.0)
65+
rspec-expectations (3.8.1)
6166
diff-lcs (>= 1.2.0, < 2.0)
6267
rspec-support (~> 3.12.0)
6368
rspec-mocks (3.12.6)
@@ -76,9 +81,10 @@ GEM
7681
ruby-progressbar (~> 1.7)
7782
unicode-display_width (>= 1.4.0, < 1.7)
7883
ruby-progressbar (1.10.1)
79-
sawyer (0.8.1)
80-
addressable (>= 2.3.5, < 2.6)
81-
faraday (~> 0.8, < 1.0)
84+
ruby2_keywords (0.0.5)
85+
sawyer (0.8.2)
86+
addressable (>= 2.3.5)
87+
faraday (> 0.8, < 2.0)
8288
thread_safe (0.3.6)
8389
tzinfo (1.2.11)
8490
thread_safe (~> 0.1)

0 commit comments

Comments
 (0)