Skip to content

Commit 2265e4b

Browse files
Bump rubocop from 1.57.2 to 1.58.0 (#165)
1 parent ebf79cc commit 2265e4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group :development, :test do
3838
gem 'ffaker'
3939
gem 'parser', '~> 3.2.2'
4040
gem 'rspec-rails', '~> 6.1'
41-
gem 'rubocop', '~> 1.57'
41+
gem 'rubocop', '~> 1.58'
4242
gem 'rubocop-rails', require: false
4343
end
4444

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
jquery-turbolinks (2.1.0)
125125
railties (>= 3.1.0)
126126
turbolinks
127-
json (2.6.3)
127+
json (2.7.0)
128128
json_schemer (0.2.25)
129129
ecma-re-validator (~> 0.3)
130130
hana (~> 1.3)
@@ -247,15 +247,15 @@ GEM
247247
rspec-mocks (~> 3.12)
248248
rspec-support (~> 3.12)
249249
rspec-support (3.12.1)
250-
rubocop (1.57.2)
250+
rubocop (1.58.0)
251251
json (~> 2.3)
252252
language_server-protocol (>= 3.17.0)
253253
parallel (~> 1.10)
254254
parser (>= 3.2.2.4)
255255
rainbow (>= 2.2.2, < 4.0)
256256
regexp_parser (>= 1.8, < 3.0)
257257
rexml (>= 3.2.5, < 4.0)
258-
rubocop-ast (>= 1.28.1, < 2.0)
258+
rubocop-ast (>= 1.30.0, < 2.0)
259259
ruby-progressbar (~> 1.7)
260260
unicode-display_width (>= 2.4.0, < 3.0)
261261
rubocop-ast (1.30.0)
@@ -350,7 +350,7 @@ DEPENDENCIES
350350
rails_12factor
351351
ranked-model
352352
rspec-rails (~> 6.1)
353-
rubocop (~> 1.57)
353+
rubocop (~> 1.58)
354354
rubocop-rails
355355
sass-rails (~> 5.1)
356356
sentry-rails

0 commit comments

Comments
 (0)