Skip to content

Commit

Permalink
Merge pull request #558 from rootstrap/dependabot/bundler/rubocop-per…
Browse files Browse the repository at this point in the history
…formance-1.20.1

Bump rubocop-performance from 1.19.1 to 1.20.1
  • Loading branch information
enzofab91 authored Dec 27, 2023
2 parents 2991e39 + 5364901 commit f436df0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 :development do
gem 'rubocop', '~> 1.59', require: false
gem 'rubocop-capybara', '~> 2.19'
gem 'rubocop-factory_bot', '~> 2.24', require: false
gem 'rubocop-performance', '~> 1.19', require: false
gem 'rubocop-performance', '~> 1.20', require: false
gem 'rubocop-rails', '~> 2.22', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.25', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ GEM
bigdecimal (~> 3.1)
orm_adapter (0.5.0)
pagy (6.2.0)
parallel (1.23.0)
parallel (1.24.0)
parallel_tests (4.3.0)
parallel
parser (3.2.2.4)
Expand Down Expand Up @@ -450,9 +450,9 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.22.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -585,7 +585,7 @@ DEPENDENCIES
rubocop (~> 1.59)
rubocop-capybara (~> 2.19)
rubocop-factory_bot (~> 2.24)
rubocop-performance (~> 1.19)
rubocop-performance (~> 1.20)
rubocop-rails (~> 2.22)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25)
Expand Down

0 comments on commit f436df0

Please sign in to comment.