Skip to content

Commit

Permalink
Merge pull request #190 from betadots/dependabot/bundler/rubocop-1.56.4
Browse files Browse the repository at this point in the history
Bump rubocop from 1.56.3 to 1.56.4
  • Loading branch information
rwaffen authored Sep 29, 2023
2 parents b03fa79 + b3b6d74 commit 9783c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.56.3'
gem 'rubocop', '~> 1.56.4'
gem 'rubocop-rails', '~> 2.21.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ GEM
actionpack (>= 5.2.0)
rspec-core
rspec-support (3.12.1)
rubocop (1.56.3)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -478,7 +478,7 @@ DEPENDENCIES
rails (~> 7.0.0)
redis (~> 5.0)
rspec-openapi
rubocop (~> 1.56.3)
rubocop (~> 1.56.4)
rubocop-capybara (~> 2.19.0)
rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.21.1)
Expand Down

0 comments on commit 9783c24

Please sign in to comment.