Skip to content

Commit

Permalink
Merge pull request #374 from betadots/dependabot/bundler/ruby-bd00547f01
Browse files Browse the repository at this point in the history
Bump rubocop from 1.63.4 to 1.63.5 in the ruby group
  • Loading branch information
rwaffen committed May 13, 2024
2 parents 08f5924 + 8158b8c commit 0c78604
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 @@ -60,7 +60,7 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.63.4'
gem 'rubocop', '~> 1.63.5'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rails', '~> 2.24.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ GEM
rails-dom-testing
rspec-core
rspec-support (3.13.1)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -376,8 +376,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-performance (1.21.0)
Expand Down Expand Up @@ -499,7 +499,7 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.1.3)
rspec-openapi
rubocop (~> 1.63.4)
rubocop (~> 1.63.5)
rubocop-capybara (~> 2.20.0)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.24.1)
Expand Down

0 comments on commit 0c78604

Please sign in to comment.