Skip to content

Commit 64870a5

Browse files
authored
Merge pull request #282 from icyleaf/dependabot/bundler/rubocop-1.74.0
chore(deps-dev): bump rubocop from 1.56.3 to 1.74.0
2 parents 14e18b1 + bc03964 commit 64870a5

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

Gemfile.lock

+18-19
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
public_suffix (>= 2.0.2, < 6.0)
2222
ast (2.4.2)
2323
awesome_print (1.9.2)
24-
base64 (0.1.1)
24+
base64 (0.2.0)
2525
bigdecimal (3.1.9)
2626
chronic_duration (0.10.6)
2727
numerizer (~> 0.1.1)
@@ -64,8 +64,9 @@ GEM
6464
multi_xml (>= 0.5.2)
6565
i18n (1.14.1)
6666
concurrent-ruby (~> 1.0)
67-
json (2.6.3)
68-
language_server-protocol (3.17.0.3)
67+
json (2.10.2)
68+
language_server-protocol (3.17.0.4)
69+
lint_roller (1.1.0)
6970
listen (3.8.0)
7071
rb-fsevent (~> 0.10, >= 0.10.3)
7172
rb-inotify (~> 0.9, >= 0.9.10)
@@ -85,8 +86,8 @@ GEM
8586
nenv (~> 0.1)
8687
shellany (~> 0.0)
8788
numerizer (0.1.1)
88-
parallel (1.23.0)
89-
parser (3.2.2.3)
89+
parallel (1.26.3)
90+
parser (3.3.7.1)
9091
ast (~> 2.4.1)
9192
racc
9293
pry (0.14.2)
@@ -95,7 +96,7 @@ GEM
9596
public_suffix (5.0.4)
9697
puma (6.6.0)
9798
nio4r (~> 2.0)
98-
racc (1.7.1)
99+
racc (1.8.1)
99100
rack (2.2.13)
100101
rack-protection (3.1.0)
101102
rack (~> 2.2, >= 2.2.4)
@@ -109,8 +110,7 @@ GEM
109110
rchardet (1.8.0)
110111
redis-client (0.22.1)
111112
connection_pool
112-
regexp_parser (2.8.1)
113-
rexml (3.3.9)
113+
regexp_parser (2.10.0)
114114
rspec (3.13.0)
115115
rspec-core (~> 3.13.0)
116116
rspec-expectations (~> 3.13.0)
@@ -124,20 +124,19 @@ GEM
124124
diff-lcs (>= 1.2.0, < 2.0)
125125
rspec-support (~> 3.13.0)
126126
rspec-support (3.13.1)
127-
rubocop (1.56.3)
128-
base64 (~> 0.1.1)
127+
rubocop (1.74.0)
129128
json (~> 2.3)
130-
language_server-protocol (>= 3.17.0)
129+
language_server-protocol (~> 3.17.0.2)
130+
lint_roller (~> 1.1.0)
131131
parallel (~> 1.10)
132-
parser (>= 3.2.2.3)
132+
parser (>= 3.3.0.2)
133133
rainbow (>= 2.2.2, < 4.0)
134-
regexp_parser (>= 1.8, < 3.0)
135-
rexml (>= 3.2.5, < 4.0)
136-
rubocop-ast (>= 1.28.1, < 2.0)
134+
regexp_parser (>= 2.9.3, < 3.0)
135+
rubocop-ast (>= 1.38.0, < 2.0)
137136
ruby-progressbar (~> 1.7)
138-
unicode-display_width (>= 2.4.0, < 3.0)
139-
rubocop-ast (1.29.0)
140-
parser (>= 3.2.1.0)
137+
unicode-display_width (>= 2.4.0, < 4.0)
138+
rubocop-ast (1.38.1)
139+
parser (>= 3.3.1.0)
141140
ruby-progressbar (1.13.0)
142141
ruby2_keywords (0.0.5)
143142
sentry-ruby (5.22.4)
@@ -176,7 +175,7 @@ GEM
176175
timeout (0.4.1)
177176
tzinfo (2.0.6)
178177
concurrent-ruby (~> 1.0)
179-
unicode-display_width (2.4.2)
178+
unicode-display_width (2.6.0)
180179

181180
PLATFORMS
182181
arm64-darwin-22

0 commit comments

Comments
 (0)