Skip to content

Commit

Permalink
Bump rubocop from 1.61.0 to 1.62.1 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 0da0670 commit a26d2bd
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.61'
gem 'rubocop', '~> 1.62'
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 @@ -248,18 +248,18 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.61.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-rails (2.24.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -351,7 +351,7 @@ DEPENDENCIES
rails_12factor
ranked-model
rspec-rails (~> 6.1)
rubocop (~> 1.61)
rubocop (~> 1.62)
rubocop-rails
sass-rails (~> 5.1)
sentry-rails
Expand Down

0 comments on commit a26d2bd

Please sign in to comment.