Skip to content

Commit b624835

Browse files
Bump rubocop from 1.66.1 to 1.70.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.70.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11d918e commit b624835

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
irb (1.14.0)
113113
rdoc (>= 4.0.0)
114114
reline (>= 0.4.2)
115-
json (2.7.2)
115+
json (2.9.1)
116116
language_server-protocol (3.17.0.3)
117117
logger (1.6.0)
118118
loofah (2.22.0)
@@ -149,7 +149,7 @@ GEM
149149
nokogiri (1.16.7-x86_64-linux)
150150
racc (~> 1.4)
151151
parallel (1.26.3)
152-
parser (3.3.5.0)
152+
parser (3.3.6.0)
153153
ast (~> 2.4.1)
154154
racc
155155
psych (5.1.2)
@@ -198,20 +198,20 @@ GEM
198198
rake (13.2.1)
199199
rdoc (6.7.0)
200200
psych (>= 4.0.0)
201-
regexp_parser (2.9.2)
201+
regexp_parser (2.10.0)
202202
reline (0.5.9)
203203
io-console (~> 0.5)
204-
rubocop (1.66.1)
204+
rubocop (1.70.0)
205205
json (~> 2.3)
206206
language_server-protocol (>= 3.17.0)
207207
parallel (~> 1.10)
208208
parser (>= 3.3.0.2)
209209
rainbow (>= 2.2.2, < 4.0)
210-
regexp_parser (>= 2.4, < 3.0)
211-
rubocop-ast (>= 1.32.2, < 2.0)
210+
regexp_parser (>= 2.9.3, < 3.0)
211+
rubocop-ast (>= 1.36.2, < 2.0)
212212
ruby-progressbar (~> 1.7)
213-
unicode-display_width (>= 2.4.0, < 3.0)
214-
rubocop-ast (1.32.3)
213+
unicode-display_width (>= 2.4.0, < 4.0)
214+
rubocop-ast (1.37.0)
215215
parser (>= 3.3.1.0)
216216
rubocop-minitest (0.35.1)
217217
rubocop (>= 1.61, < 2.0)
@@ -254,7 +254,9 @@ GEM
254254
timeout (0.4.1)
255255
tzinfo (2.0.6)
256256
concurrent-ruby (~> 1.0)
257-
unicode-display_width (2.6.0)
257+
unicode-display_width (3.1.3)
258+
unicode-emoji (~> 4.0, >= 4.0.4)
259+
unicode-emoji (4.0.4)
258260
useragent (0.16.10)
259261
webrick (1.8.1)
260262
websocket-driver (0.7.6)

0 commit comments

Comments
 (0)