Skip to content

Commit

Permalink
Merge pull request #327 from betadots/dependabot/bundler/rubocop-1.62.1
Browse files Browse the repository at this point in the history
Bump rubocop from 1.62.0 to 1.62.1
  • Loading branch information
rwaffen authored Mar 11, 2024
2 parents 9a48bec + babfba7 commit 3bf76e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.62.0'
gem 'rubocop', '~> 1.62.1'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-rails', '~> 2.24.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ GEM
actionpack (>= 5.2.0)
rspec-core
rspec-support (3.13.1)
rubocop (1.62.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -374,7 +374,7 @@ GEM
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-capybara (2.20.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -497,7 +497,7 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.1.3)
rspec-openapi
rubocop (~> 1.62.0)
rubocop (~> 1.62.1)
rubocop-capybara (~> 2.20.0)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.24.0)
Expand Down

0 comments on commit 3bf76e0

Please sign in to comment.