Skip to content

Commit 7c3410c

Browse files
author
Anthony Riley II
authored
Merge pull request #7 from github/dependabot/bundler/addressable-2.8.0
Bump addressable from 2.5.2 to 2.8.0
2 parents 21f918a + be327ab commit 7c3410c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
addressable (2.5.2)
15-
public_suffix (>= 2.0.2, < 4.0)
14+
addressable (2.8.0)
15+
public_suffix (>= 2.0.2, < 5.0)
1616
ast (2.3.0)
1717
coderay (1.1.1)
1818
diff-lcs (1.3)
1919
diffy (3.4.2)
2020
docile (1.1.5)
21+
faraday (0.17.4)
2122
facter (2.5.7)
22-
faraday (0.13.1)
2323
multipart-post (>= 1.2, < 3)
2424
fast_gettext (1.1.2)
2525
gettext (3.2.9)
@@ -38,14 +38,15 @@ GEM
3838
locale (2.1.3)
3939
method_source (0.8.2)
4040
multi_xml (0.6.0)
41-
multipart-post (2.0.0)
41+
multipart-post (2.1.1)
4242
net-ssh (4.2.0)
4343
octocatalog-diff (1.4.1)
4444
diffy (>= 3.1.0)
4545
hashdiff (>= 0.3.0)
4646
httparty (>= 0.11.0)
4747
rugged (>= 0.25.0b2)
48-
octokit (4.7.0)
48+
octokit (4.21.0)
49+
faraday (>= 0.9)
4950
sawyer (~> 0.8.0, >= 0.5.3)
5051
parallel (1.12.0)
5152
parser (2.4.0.0)
@@ -55,7 +56,7 @@ GEM
5556
coderay (~> 1.1.0)
5657
method_source (~> 0.8.1)
5758
slop (~> 3.4)
58-
public_suffix (3.0.0)
59+
public_suffix (3.1.1)
5960
puppet (4.10.12)
6061
facter (> 2.0, < 4)
6162
gettext-setup (>= 0.10, < 1)
@@ -91,9 +92,9 @@ GEM
9192
rubocop (~> 0.49)
9293
ruby-progressbar (1.8.1)
9394
rugged (0.26.0)
94-
sawyer (0.8.1)
95-
addressable (>= 2.3.5, < 2.6)
96-
faraday (~> 0.8, < 1.0)
95+
sawyer (0.8.2)
96+
addressable (>= 2.3.5)
97+
faraday (> 0.8, < 2.0)
9798
simplecov (0.14.1)
9899
docile (~> 1.1.0)
99100
json (>= 1.8, < 3)

0 commit comments

Comments
 (0)