Skip to content

Commit

Permalink
Merge pull request #239 from betadots/dependabot/bundler/rubocop-perf…
Browse files Browse the repository at this point in the history
…ormance-1.20.0

Bump rubocop-performance from 1.19.1 to 1.20.0
  • Loading branch information
rwaffen authored Dec 19, 2023
2 parents 27023f9 + f3c3500 commit c289ec7
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 @@ -65,7 +65,7 @@ group :linter do
gem 'rubocop-rails', '~> 2.23.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
gem 'rubocop-performance', '~> 1.19.0'
gem 'rubocop-performance', '~> 1.20.0'
end

group :release do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -503,7 +503,7 @@ DEPENDENCIES
rspec-openapi
rubocop (~> 1.57.1)
rubocop-capybara (~> 2.19.0)
rubocop-performance (~> 1.19.0)
rubocop-performance (~> 1.20.0)
rubocop-rails (~> 2.23.0)
rubocop-rake (~> 0.6.0)
ruby-saml
Expand Down

0 comments on commit c289ec7

Please sign in to comment.