Skip to content

Commit

Permalink
Merge pull request #589 from cedarcode/dependabot/bundler/all-gems-05…
Browse files Browse the repository at this point in the history
…5b86bd11

build(deps-dev): bump rubocop-performance from 1.22.1 to 1.23.0 in the all-gems group
  • Loading branch information
santiagorodriguez96 authored Nov 18, 2024
2 parents eca53ca + 86ebb16 commit bd02930
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 @@ -31,7 +31,7 @@ end
group :development do
gem "letter_opener", "~> 1.10"
gem 'rubocop', '~> 1.68'
gem 'rubocop-performance', '~> 1.22', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rails', '~> 2.27', require: false
gem 'web-console', '~> 4.2'
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.5)
json (2.8.2)
jwt (2.9.0)
base64
kamal (2.3.0)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
orm_adapter (0.5.0)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -307,9 +307,9 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
rollbar (~> 3.6)
rspec-rails (~> 7.1)
rubocop (~> 1.68)
rubocop-performance (~> 1.22)
rubocop-performance (~> 1.23)
rubocop-rails (~> 2.27)
sassc-rails (~> 2.1.2)
selenium-webdriver (~> 4.26)
Expand Down

0 comments on commit bd02930

Please sign in to comment.