Skip to content

Commit

Permalink
Bump rubocop from 1.56.3 to 1.57.2 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 9a1d2d3 commit 1ba02a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.0'
gem 'rubocop', '~> 1.56'
gem 'rubocop', '~> 1.57'
gem 'rubocop-rails', require: false
end

Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.1.1)
bcrypt (3.1.18)
blockenspiel (0.5.0)
bootsnap (1.16.0)
Expand Down Expand Up @@ -248,12 +247,11 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.56.3)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -351,7 +349,7 @@ DEPENDENCIES
rails_12factor
ranked-model
rspec-rails (~> 6.0)
rubocop (~> 1.56)
rubocop (~> 1.57)
rubocop-rails
sass-rails (~> 5.1)
sentry-rails
Expand Down

0 comments on commit 1ba02a9

Please sign in to comment.