Skip to content

Commit

Permalink
Bump rubocop from 1.59.0 to 1.60.2 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent cce40a7 commit d5b4835
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.3.0'
gem 'rspec-rails', '~> 6.1'
gem 'rubocop', '~> 1.59'
gem 'rubocop', '~> 1.60'
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 @@ -224,7 +224,7 @@ GEM
rake (13.1.0)
ranked-model (0.4.9)
activerecord (>= 5.2)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
request_store (1.5.0)
rack (>= 1.4)
responders (3.1.1)
Expand All @@ -248,11 +248,11 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.59.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -351,7 +351,7 @@ DEPENDENCIES
rails_12factor
ranked-model
rspec-rails (~> 6.1)
rubocop (~> 1.59)
rubocop (~> 1.60)
rubocop-rails
sass-rails (~> 5.1)
sentry-rails
Expand Down

0 comments on commit d5b4835

Please sign in to comment.