Skip to content

Commit d84bcf7

Browse files
chore(deps): lock file maintenance (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 221eacc commit d84bcf7

1 file changed

Lines changed: 42 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (8.1.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
json
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
417
addressable (2.8.7)
518
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.2.0)
19+
base64 (0.3.0)
20+
bigdecimal (3.3.1)
721
claide (1.1.0)
822
claide-plugins (0.9.2)
923
cork
1024
nap
1125
open4 (~> 1.3)
1226
colored2 (3.1.2)
27+
concurrent-ruby (1.3.5)
28+
connection_pool (2.5.4)
1329
cork (0.3.0)
1430
colored2 (~> 3.1)
1531
danger (9.5.3)
@@ -26,41 +42,53 @@ GEM
2642
octokit (>= 4.0)
2743
pstore (~> 0.1)
2844
terminal-table (>= 1, < 5)
29-
faraday (2.12.3)
45+
drb (2.2.3)
46+
faraday (2.14.0)
3047
faraday-net_http (>= 2.0, < 3.5)
3148
json
3249
logger
3350
faraday-http-cache (2.5.1)
3451
faraday (>= 0.8)
3552
faraday-net_http (3.4.2)
3653
net-http (~> 0.5)
37-
git (1.19.1)
54+
git (2.3.3)
55+
activesupport (>= 5.0)
3856
addressable (~> 2.8)
57+
process_executer (~> 1.1)
3958
rchardet (~> 1.8)
40-
json (2.9.1)
59+
i18n (1.14.7)
60+
concurrent-ruby (~> 1.0)
61+
json (2.16.0)
4162
kramdown (2.5.1)
4263
rexml (>= 3.3.9)
4364
kramdown-parser-gfm (1.1.0)
4465
kramdown (~> 2.0)
45-
logger (1.6.6)
66+
logger (1.7.0)
67+
minitest (5.26.2)
4668
nap (1.1.0)
47-
net-http (0.6.0)
48-
uri
49-
octokit (9.2.0)
69+
net-http (0.8.0)
70+
uri (>= 0.11.1)
71+
octokit (10.0.0)
5072
faraday (>= 1, < 3)
5173
sawyer (~> 0.9)
5274
open4 (1.3.4)
53-
pstore (0.1.4)
75+
process_executer (1.3.0)
76+
pstore (0.2.0)
5477
public_suffix (6.0.2)
55-
rchardet (1.8.0)
78+
rchardet (1.10.0)
5679
rexml (3.4.4)
5780
sawyer (0.9.3)
5881
addressable (>= 2.3.5)
5982
faraday (>= 0.17.3, < 3)
60-
terminal-table (3.0.2)
61-
unicode-display_width (>= 1.1.1, < 3)
62-
unicode-display_width (2.6.0)
63-
uri (1.0.4)
83+
securerandom (0.4.1)
84+
terminal-table (4.0.0)
85+
unicode-display_width (>= 1.1.1, < 4)
86+
tzinfo (2.0.6)
87+
concurrent-ruby (~> 1.0)
88+
unicode-display_width (3.2.0)
89+
unicode-emoji (~> 4.1)
90+
unicode-emoji (4.1.0)
91+
uri (1.1.1)
6492

6593
PLATFORMS
6694
x86_64-darwin-22

0 commit comments

Comments
 (0)