Skip to content

Commit 45f00fb

Browse files
authored
Merge pull request #203 from masutaka/bundle-update-20250301191115
bundle update at 2025-03-01 19:11:15 JST
2 parents 51259fe + a6e9319 commit 45f00fb

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,24 @@ GEM
1212
public_suffix (>= 2.0.2, < 7.0)
1313
ast (2.4.2)
1414
base64 (0.2.0)
15-
compare_linker (1.4.10)
15+
compare_linker (1.4.11)
1616
base64
1717
httpclient
18-
mutex_m
1918
octokit
2019
ostruct
21-
diff-lcs (1.5.1)
20+
diff-lcs (1.6.0)
2221
faraday (2.12.2)
2322
faraday-net_http (>= 2.0, < 3.5)
2423
json
2524
logger
2625
faraday-net_http (3.4.0)
2726
net-http (>= 0.5.0)
28-
httpclient (2.8.3)
29-
json (2.9.1)
27+
httpclient (2.9.0)
28+
mutex_m
29+
json (2.10.1)
3030
language_server-protocol (3.17.0.4)
31-
logger (1.6.5)
31+
lint_roller (1.1.0)
32+
logger (1.6.6)
3233
mutex_m (0.3.0)
3334
net-http (0.6.0)
3435
uri
@@ -37,7 +38,7 @@ GEM
3738
sawyer (~> 0.9)
3839
ostruct (0.6.1)
3940
parallel (1.26.3)
40-
parser (3.3.7.0)
41+
parser (3.3.7.1)
4142
ast (~> 2.4.1)
4243
racc
4344
public_suffix (6.0.1)
@@ -49,7 +50,7 @@ GEM
4950
rspec-core (~> 3.13.0)
5051
rspec-expectations (~> 3.13.0)
5152
rspec-mocks (~> 3.13.0)
52-
rspec-core (3.13.2)
53+
rspec-core (3.13.3)
5354
rspec-support (~> 3.13.0)
5455
rspec-expectations (3.13.3)
5556
diff-lcs (>= 1.2.0, < 2.0)
@@ -58,30 +59,33 @@ GEM
5859
diff-lcs (>= 1.2.0, < 2.0)
5960
rspec-support (~> 3.13.0)
6061
rspec-support (3.13.2)
61-
rubocop (1.71.1)
62+
rubocop (1.73.1)
6263
json (~> 2.3)
63-
language_server-protocol (>= 3.17.0)
64+
language_server-protocol (~> 3.17.0.2)
65+
lint_roller (~> 1.1.0)
6466
parallel (~> 1.10)
6567
parser (>= 3.3.0.2)
6668
rainbow (>= 2.2.2, < 4.0)
6769
regexp_parser (>= 2.9.3, < 3.0)
6870
rubocop-ast (>= 1.38.0, < 2.0)
6971
ruby-progressbar (~> 1.7)
7072
unicode-display_width (>= 2.4.0, < 4.0)
71-
rubocop-ast (1.38.0)
73+
rubocop-ast (1.38.1)
7274
parser (>= 3.3.1.0)
73-
rubocop-rake (0.6.0)
74-
rubocop (~> 1.0)
75-
rubocop-rspec (3.4.0)
76-
rubocop (~> 1.61)
75+
rubocop-rake (0.7.1)
76+
lint_roller (~> 1.1)
77+
rubocop (>= 1.72.1)
78+
rubocop-rspec (3.5.0)
79+
lint_roller (~> 1.1)
80+
rubocop (~> 1.72, >= 1.72.1)
7781
ruby-progressbar (1.13.0)
7882
sawyer (0.9.2)
7983
addressable (>= 2.3.5)
8084
faraday (>= 0.17.3, < 3)
8185
unicode-display_width (3.1.4)
8286
unicode-emoji (~> 4.0, >= 4.0.4)
8387
unicode-emoji (4.0.4)
84-
uri (1.0.2)
88+
uri (1.0.3)
8589

8690
PLATFORMS
8791
ruby
@@ -101,4 +105,4 @@ DEPENDENCIES
101105
rubocop-rspec
102106

103107
BUNDLED WITH
104-
2.6.2
108+
2.6.3

0 commit comments

Comments
 (0)