Skip to content

Commit 5186566

Browse files
Bump rubocop-rails from 2.31.0 to 2.32.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.31.0 to 2.32.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bc156d commit 5186566

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ group :development do
6464
gem 'rubocop-capybara', '~> 2.22'
6565
gem 'rubocop-factory_bot', '~> 2.27', require: false
6666
gem 'rubocop-performance', '~> 1.25', require: false
67-
gem 'rubocop-rails', '~> 2.31', require: false
67+
gem 'rubocop-rails', '~> 2.32', require: false
6868
gem 'rubocop-rake', '~> 0.7.1', require: false
6969
gem 'rubocop-rspec', '~> 3.6', require: false
7070
gem 'rubocop-rspec_rails', '~> 2.31.0', require: false

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ GEM
316316
thor (>= 0.14, < 2.0)
317317
jsbundling-rails (1.3.1)
318318
railties (>= 6.0.0)
319-
json (2.11.3)
319+
json (2.12.0)
320320
kaminari (1.2.2)
321321
activesupport (>= 4.1.0)
322322
kaminari-actionview (= 1.2.2)
@@ -331,7 +331,7 @@ GEM
331331
kaminari-core (1.2.2)
332332
knapsack (4.0.0)
333333
rake
334-
language_server-protocol (3.17.0.4)
334+
language_server-protocol (3.17.0.5)
335335
launchy (3.0.1)
336336
addressable (~> 2.8)
337337
childprocess (~> 5.0)
@@ -419,7 +419,7 @@ GEM
419419
activesupport (>= 3.0.0)
420420
raabro (1.4.0)
421421
racc (1.8.1)
422-
rack (3.1.14)
422+
rack (3.1.15)
423423
rack-cors (2.0.2)
424424
rack (>= 2.0.0)
425425
rack-protection (4.1.1)
@@ -552,12 +552,12 @@ GEM
552552
lint_roller (~> 1.1)
553553
rubocop (>= 1.75.0, < 2.0)
554554
rubocop-ast (>= 1.38.0, < 2.0)
555-
rubocop-rails (2.31.0)
555+
rubocop-rails (2.32.0)
556556
activesupport (>= 4.2.0)
557557
lint_roller (~> 1.1)
558558
rack (>= 1.1)
559559
rubocop (>= 1.75.0, < 2.0)
560-
rubocop-ast (>= 1.38.0, < 2.0)
560+
rubocop-ast (>= 1.44.0, < 2.0)
561561
rubocop-rake (0.7.1)
562562
lint_roller (~> 1.1)
563563
rubocop (>= 1.72.1)
@@ -693,7 +693,7 @@ DEPENDENCIES
693693
rubocop-capybara (~> 2.22)
694694
rubocop-factory_bot (~> 2.27)
695695
rubocop-performance (~> 1.25)
696-
rubocop-rails (~> 2.31)
696+
rubocop-rails (~> 2.32)
697697
rubocop-rake (~> 0.7.1)
698698
rubocop-rspec (~> 3.6)
699699
rubocop-rspec_rails (~> 2.31.0)

0 commit comments

Comments
 (0)