Skip to content

Commit c52d546

Browse files
chore(deps-dev): bump rubocop from 1.68.0 to 1.71.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.71.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.71.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent add67d7 commit c52d546

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ group :development, :test do
2424
end
2525

2626
group :development do
27-
gem "rubocop", "~> 1.68", require: false
27+
gem "rubocop", "~> 1.71", require: false
2828
gem "rubocop-ast", require: false
2929
gem "rubocop-performance", require: false
3030
gem "rubocop-rails", require: false

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
activerecord (>= 4.1)
108108
concurrent-ruby
109109
railties (>= 4.1)
110-
language_server-protocol (3.17.0.3)
110+
language_server-protocol (3.17.0.4)
111111
logger (1.6.5)
112112
loofah (2.24.0)
113113
crass (~> 1.0.2)
@@ -145,7 +145,7 @@ GEM
145145
nokogiri (1.18.1-x86_64-linux-gnu)
146146
racc (~> 1.4)
147147
parallel (1.26.3)
148-
parser (3.3.6.0)
148+
parser (3.3.7.1)
149149
ast (~> 2.4.1)
150150
racc
151151
pg (1.5.9)
@@ -216,17 +216,17 @@ GEM
216216
rspec-mocks (~> 3.13)
217217
rspec-support (~> 3.13)
218218
rspec-support (3.13.2)
219-
rubocop (1.68.0)
219+
rubocop (1.71.2)
220220
json (~> 2.3)
221221
language_server-protocol (>= 3.17.0)
222222
parallel (~> 1.10)
223223
parser (>= 3.3.0.2)
224224
rainbow (>= 2.2.2, < 4.0)
225-
regexp_parser (>= 2.4, < 3.0)
226-
rubocop-ast (>= 1.32.2, < 2.0)
225+
regexp_parser (>= 2.9.3, < 3.0)
226+
rubocop-ast (>= 1.38.0, < 2.0)
227227
ruby-progressbar (~> 1.7)
228-
unicode-display_width (>= 2.4.0, < 3.0)
229-
rubocop-ast (1.37.0)
228+
unicode-display_width (>= 2.4.0, < 4.0)
229+
rubocop-ast (1.38.0)
230230
parser (>= 3.3.1.0)
231231
rubocop-performance (1.23.1)
232232
rubocop (>= 1.48.1, < 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.4)
258+
unicode-emoji (~> 4.0, >= 4.0.4)
259+
unicode-emoji (4.0.4)
258260
useragent (0.16.11)
259261
websocket-driver (0.7.6)
260262
websocket-extensions (>= 0.1.0)
@@ -277,7 +279,7 @@ DEPENDENCIES
277279
pg (~> 1.5)
278280
puma (>= 5.0)
279281
rspec-rails (~> 7.0)
280-
rubocop (~> 1.68)
282+
rubocop (~> 1.71)
281283
rubocop-ast
282284
rubocop-performance
283285
rubocop-rails

0 commit comments

Comments
 (0)