Skip to content

Commit d2da5aa

Browse files
committed
bundle update all the gems
1 parent 3bb6a7f commit d2da5aa

41 files changed

Lines changed: 31 additions & 22 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile.lock

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,65 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (7.0.8)
13+
activesupport (7.1.3.2)
14+
base64
15+
bigdecimal
1416
concurrent-ruby (~> 1.0, >= 1.0.2)
17+
connection_pool (>= 2.2.5)
18+
drb
1519
i18n (>= 1.6, < 2)
1620
minitest (>= 5.1)
21+
mutex_m
1722
tzinfo (~> 2.0)
18-
addressable (2.8.5)
23+
addressable (2.8.6)
1924
public_suffix (>= 2.0.2, < 6.0)
2025
ast (2.4.2)
21-
base64 (0.1.1)
26+
base64 (0.2.0)
2227
bigdecimal (3.1.7)
2328
concurrent-ruby (1.1.9)
29+
connection_pool (2.4.1)
2430
contracts (0.17)
2531
crack (1.0.0)
2632
bigdecimal
2733
rexml
28-
diff-lcs (1.5.0)
34+
diff-lcs (1.5.1)
2935
docile (1.4.0)
36+
drb (2.2.1)
3037
entitlements-app (0.3.1)
3138
concurrent-ruby (= 1.1.9)
3239
faraday (~> 2.0)
3340
net-ldap (~> 0.17)
3441
octokit (~> 4.18)
3542
optimist (= 3.0.0)
36-
faraday (2.7.11)
37-
base64
38-
faraday-net_http (>= 2.0, < 3.1)
39-
ruby2_keywords (>= 0.0.4)
40-
faraday-net_http (3.0.2)
43+
faraday (2.9.0)
44+
faraday-net_http (>= 2.0, < 3.2)
45+
faraday-net_http (3.1.0)
46+
net-http
4147
faraday-retry (2.2.0)
4248
faraday (~> 2.0)
4349
hashdiff (1.1.0)
44-
i18n (1.14.1)
50+
i18n (1.14.4)
4551
concurrent-ruby (~> 1.0)
46-
json (2.6.3)
47-
minitest (5.20.0)
52+
json (2.7.1)
53+
minitest (5.22.3)
54+
mutex_m (0.2.0)
55+
net-http (0.4.1)
56+
uri
4857
net-ldap (0.19.0)
4958
octokit (4.25.1)
5059
faraday (>= 1, < 3)
5160
sawyer (~> 0.9)
5261
optimist (3.0.0)
53-
parallel (1.23.0)
54-
parser (3.2.2.3)
62+
parallel (1.24.0)
63+
parser (3.3.0.5)
5564
ast (~> 2.4.1)
5665
racc
57-
public_suffix (5.0.3)
58-
racc (1.7.1)
59-
rack (3.0.9.1)
66+
public_suffix (5.0.5)
67+
racc (1.7.3)
68+
rack (3.0.10)
6069
rainbow (3.1.1)
6170
rake (13.0.6)
62-
regexp_parser (2.8.1)
71+
regexp_parser (2.9.0)
6372
rexml (3.2.6)
6473
rspec (3.8.0)
6574
rspec-core (~> 3.8.0)
@@ -83,8 +92,8 @@ GEM
8392
rubocop-ast (>= 1.17.0, < 2.0)
8493
ruby-progressbar (~> 1.7)
8594
unicode-display_width (>= 1.4.0, < 3.0)
86-
rubocop-ast (1.29.0)
87-
parser (>= 3.2.1.0)
95+
rubocop-ast (1.31.2)
96+
parser (>= 3.3.0.4)
8897
rubocop-github (0.17.0)
8998
rubocop
9099
rubocop-performance
@@ -97,7 +106,6 @@ GEM
97106
rack (>= 1.1)
98107
rubocop (>= 1.7.0, < 2.0)
99108
ruby-progressbar (1.13.0)
100-
ruby2_keywords (0.0.5)
101109
rugged (1.7.2)
102110
sawyer (0.9.2)
103111
addressable (>= 2.3.5)
@@ -111,7 +119,8 @@ GEM
111119
simplecov-html (0.10.2)
112120
tzinfo (2.0.6)
113121
concurrent-ruby (~> 1.0)
114-
unicode-display_width (2.4.2)
122+
unicode-display_width (2.5.0)
123+
uri (0.13.0)
115124
vcr (6.2.0)
116125
webmock (3.23.0)
117126
addressable (>= 2.8.0)
-222 KB
Binary file not shown.
252 KB
Binary file not shown.

vendor/cache/addressable-2.8.5.gem

-104 KB
Binary file not shown.

vendor/cache/addressable-2.8.6.gem

105 KB
Binary file not shown.

vendor/cache/base64-0.1.1.gem

-7 KB
Binary file not shown.

vendor/cache/base64-0.2.0.gem

8.5 KB
Binary file not shown.
11.5 KB
Binary file not shown.

vendor/cache/diff-lcs-1.5.0.gem

-51.5 KB
Binary file not shown.

vendor/cache/diff-lcs-1.5.1.gem

52 KB
Binary file not shown.

0 commit comments

Comments
 (0)