Skip to content

Commit

Permalink
Bump rubocop from 1.57.2 to 1.58.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent ebf79cc commit 2265e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group :development, :test do
gem 'ffaker'
gem 'parser', '~> 3.2.2'
gem 'rspec-rails', '~> 6.1'
gem 'rubocop', '~> 1.57'
gem 'rubocop', '~> 1.58'
gem 'rubocop-rails', require: false
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
json (2.6.3)
json (2.7.0)
json_schemer (0.2.25)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
Expand Down Expand Up @@ -247,15 +247,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -350,7 +350,7 @@ DEPENDENCIES
rails_12factor
ranked-model
rspec-rails (~> 6.1)
rubocop (~> 1.57)
rubocop (~> 1.58)
rubocop-rails
sass-rails (~> 5.1)
sentry-rails
Expand Down

0 comments on commit 2265e4b

Please sign in to comment.