Skip to content

Commit 660357a

Browse files
authored
Merge pull request #73 from github/dependabot/bundler/prod-ruby-dependencies-ccfab8c9dd
Bump the prod-ruby-dependencies group across 1 directory with 2 updates
2 parents 562e441 + ba7eea9 commit 660357a

22 files changed

+20
-12
lines changed

Diff for: Gemfile.lock

+20-12
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ GEM
1818
minitest (>= 5.1)
1919
mutex_m
2020
tzinfo (~> 2.0)
21-
addressable (2.8.6)
22-
public_suffix (>= 2.0.2, < 6.0)
21+
addressable (2.8.7)
22+
public_suffix (>= 2.0.2, < 7.0)
2323
ast (2.4.2)
2424
base64 (0.2.0)
2525
bigdecimal (3.1.8)
26-
concurrent-ruby (1.3.3)
26+
concurrent-ruby (1.3.4)
2727
connection_pool (2.4.1)
28-
contracts (0.17)
28+
contracts (0.17.2)
2929
crack (1.0.0)
3030
bigdecimal
3131
rexml
@@ -35,16 +35,20 @@ GEM
3535
diff-lcs (1.5.1)
3636
docile (1.4.0)
3737
drb (2.2.1)
38-
entitlements-app (1.0.0)
38+
entitlements-app (1.1.0)
3939
concurrent-ruby (~> 1.3, >= 1.3.1)
4040
faraday (~> 2.0)
41+
logger (~> 1.6)
4142
net-ldap (~> 0.19)
4243
octokit (~> 4.18)
4344
optimist (~> 3.1)
44-
faraday (2.7.10)
45-
faraday-net_http (>= 2.0, < 3.1)
46-
ruby2_keywords (>= 0.0.4)
47-
faraday-net_http (3.0.2)
45+
ostruct (~> 0.6.0)
46+
faraday (2.12.1)
47+
faraday-net_http (>= 2.0, < 3.5)
48+
json
49+
logger
50+
faraday-net_http (3.4.0)
51+
net-http (>= 0.5.0)
4852
hashdiff (1.1.0)
4953
i18n (1.14.5)
5054
concurrent-ruby (~> 1.0)
@@ -54,20 +58,24 @@ GEM
5458
reline (>= 0.4.2)
5559
json (2.7.2)
5660
language_server-protocol (3.17.0.3)
61+
logger (1.6.2)
5762
minitest (5.23.1)
5863
mutex_m (0.2.0)
64+
net-http (0.6.0)
65+
uri
5966
net-ldap (0.19.0)
6067
octokit (4.25.1)
6168
faraday (>= 1, < 3)
6269
sawyer (~> 0.9)
63-
optimist (3.1.0)
70+
optimist (3.2.0)
71+
ostruct (0.6.1)
6472
parallel (1.25.1)
6573
parser (3.3.4.0)
6674
ast (~> 2.4.1)
6775
racc
6876
psych (5.1.2)
6977
stringio
70-
public_suffix (5.0.5)
78+
public_suffix (6.0.1)
7179
racc (1.8.0)
7280
rack (3.0.11)
7381
rainbow (3.1.1)
@@ -117,7 +125,6 @@ GEM
117125
rubocop (>= 1.33.0, < 2.0)
118126
rubocop-ast (>= 1.31.1, < 2.0)
119127
ruby-progressbar (1.13.0)
120-
ruby2_keywords (0.0.5)
121128
rugged (1.7.2)
122129
sawyer (0.9.2)
123130
addressable (>= 2.3.5)
@@ -134,6 +141,7 @@ GEM
134141
tzinfo (2.0.6)
135142
concurrent-ruby (~> 1.0)
136143
unicode-display_width (2.5.0)
144+
uri (1.0.2)
137145
vcr (6.2.0)
138146
webmock (3.23.1)
139147
addressable (>= 2.8.0)

Diff for: vendor/cache/addressable-2.8.6.gem

-105 KB
Binary file not shown.

Diff for: vendor/cache/addressable-2.8.7.gem

104 KB
Binary file not shown.

Diff for: vendor/cache/concurrent-ruby-1.3.3.gem

-342 KB
Binary file not shown.

Diff for: vendor/cache/concurrent-ruby-1.3.4.gem

342 KB
Binary file not shown.

Diff for: vendor/cache/contracts-0.17.2.gem

58 KB
Binary file not shown.

Diff for: vendor/cache/contracts-0.17.gem

-57 KB
Binary file not shown.

Diff for: vendor/cache/entitlements-app-1.0.0.gem

-154 KB
Binary file not shown.

Diff for: vendor/cache/entitlements-app-1.1.0.gem

154 KB
Binary file not shown.

Diff for: vendor/cache/faraday-2.12.1.gem

72 KB
Binary file not shown.

Diff for: vendor/cache/faraday-2.7.10.gem

-68.5 KB
Binary file not shown.

Diff for: vendor/cache/faraday-net_http-3.0.2.gem

-8 KB
Binary file not shown.

Diff for: vendor/cache/faraday-net_http-3.4.0.gem

8 KB
Binary file not shown.

Diff for: vendor/cache/logger-1.6.2.gem

15 KB
Binary file not shown.

Diff for: vendor/cache/net-http-0.6.0.gem

52 KB
Binary file not shown.

Diff for: vendor/cache/optimist-3.1.0.gem

-31 KB
Binary file not shown.

Diff for: vendor/cache/optimist-3.2.0.gem

40.5 KB
Binary file not shown.

Diff for: vendor/cache/ostruct-0.6.1.gem

12.5 KB
Binary file not shown.

Diff for: vendor/cache/public_suffix-5.0.5.gem

-102 KB
Binary file not shown.

Diff for: vendor/cache/public_suffix-6.0.1.gem

103 KB
Binary file not shown.

Diff for: vendor/cache/ruby2_keywords-0.0.5.gem

-10.5 KB
Binary file not shown.

Diff for: vendor/cache/uri-1.0.2.gem

36 KB
Binary file not shown.

0 commit comments

Comments
 (0)