Skip to content

Commit dc8242b

Browse files
Bump rubocop-rails from 2.32.0 to 2.33.3 (#1137)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04e3068 commit dc8242b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.32', require: false
67+
gem 'rubocop-rails', '~> 2.33', 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ GEM
320320
thor (>= 0.14, < 2.0)
321321
jsbundling-rails (1.3.1)
322322
railties (>= 6.0.0)
323-
json (2.12.2)
323+
json (2.13.2)
324324
kaminari (1.2.2)
325325
activesupport (>= 4.1.0)
326326
kaminari-actionview (= 1.2.2)
@@ -394,7 +394,7 @@ GEM
394394
parallel (1.27.0)
395395
parallel_tests (5.4.0)
396396
parallel
397-
parser (3.3.8.0)
397+
parser (3.3.9.0)
398398
ast (~> 2.4.1)
399399
racc
400400
pg (1.5.9)
@@ -496,7 +496,7 @@ GEM
496496
parser (~> 3.3.0)
497497
rainbow (>= 2.0, < 4.0)
498498
rexml (~> 3.1)
499-
regexp_parser (2.10.0)
499+
regexp_parser (2.11.2)
500500
reline (0.6.2)
501501
io-console (~> 0.5)
502502
request_store (1.7.0)
@@ -545,7 +545,7 @@ GEM
545545
rubocop-ast (>= 1.45.1, < 2.0)
546546
ruby-progressbar (~> 1.7)
547547
unicode-display_width (>= 2.4.0, < 4.0)
548-
rubocop-ast (1.45.1)
548+
rubocop-ast (1.46.0)
549549
parser (>= 3.3.7.2)
550550
prism (~> 1.4)
551551
rubocop-capybara (2.22.1)
@@ -558,7 +558,7 @@ GEM
558558
lint_roller (~> 1.1)
559559
rubocop (>= 1.75.0, < 2.0)
560560
rubocop-ast (>= 1.38.0, < 2.0)
561-
rubocop-rails (2.32.0)
561+
rubocop-rails (2.33.3)
562562
activesupport (>= 4.2.0)
563563
lint_roller (~> 1.1)
564564
rack (>= 1.1)
@@ -617,7 +617,7 @@ GEM
617617
timeout (0.4.3)
618618
tzinfo (2.0.6)
619619
concurrent-ruby (~> 1.0)
620-
unicode-display_width (3.1.4)
620+
unicode-display_width (3.1.5)
621621
unicode-emoji (~> 4.0, >= 4.0.4)
622622
unicode-emoji (4.0.4)
623623
uri (1.0.3)
@@ -699,7 +699,7 @@ DEPENDENCIES
699699
rubocop-capybara (~> 2.22)
700700
rubocop-factory_bot (~> 2.27)
701701
rubocop-performance (~> 1.25)
702-
rubocop-rails (~> 2.32)
702+
rubocop-rails (~> 2.33)
703703
rubocop-rake (~> 0.7.1)
704704
rubocop-rspec (~> 3.6)
705705
rubocop-rspec_rails (~> 2.31.0)

0 commit comments

Comments
 (0)