Skip to content

Commit 6f5dfdb

Browse files
Bump rubocop-rails from 2.25.1 to 2.33.4
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.1 to 2.33.4. - [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.25.1...v2.33.4) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4460c7 commit 6f5dfdb

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ group :development, :test do
156156
gem "rubocop"
157157
# Rails add-on for static analysis.
158158
gem 'rubocop-performance'
159-
gem "rubocop-rails", "~> 2.25.1"
159+
gem "rubocop-rails", "~> 2.33.4"
160160
# More concise test ("should") matchers
161161
gem "shoulda-matchers", "~> 6.5"
162162
# Default rules for Rubocop.

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ GEM
161161
tzinfo
162162
coderay (1.1.3)
163163
concurrent-ruby (1.3.5)
164-
connection_pool (2.5.4)
164+
connection_pool (2.5.5)
165165
crack (1.0.1)
166166
bigdecimal
167167
rexml
@@ -341,7 +341,7 @@ GEM
341341
actionview (>= 5.0.0)
342342
activesupport (>= 5.0.0)
343343
jmespath (1.6.2)
344-
json (2.15.1)
344+
json (2.16.0)
345345
jwt (3.1.2)
346346
base64
347347
kaminari (1.2.2)
@@ -466,7 +466,7 @@ GEM
466466
activerecord (>= 6.1)
467467
request_store (~> 1.4)
468468
parallel (1.27.0)
469-
parser (3.3.9.0)
469+
parser (3.3.10.0)
470470
ast (~> 2.4.1)
471471
racc
472472
pdf-core (0.9.0)
@@ -493,7 +493,7 @@ GEM
493493
prawn-table (0.2.2)
494494
prawn (>= 1.3.0, < 3.0.0)
495495
prettyprint (0.2.0)
496-
prism (1.5.2)
496+
prism (1.6.0)
497497
pry (0.14.2)
498498
coderay (~> 1.1)
499499
method_source (~> 1.0)
@@ -622,18 +622,19 @@ GEM
622622
rubocop-ast (>= 1.46.0, < 2.0)
623623
ruby-progressbar (~> 1.7)
624624
unicode-display_width (>= 2.4.0, < 4.0)
625-
rubocop-ast (1.47.1)
625+
rubocop-ast (1.48.0)
626626
parser (>= 3.3.7.2)
627627
prism (~> 1.4)
628628
rubocop-performance (1.25.0)
629629
lint_roller (~> 1.1)
630630
rubocop (>= 1.75.0, < 2.0)
631631
rubocop-ast (>= 1.38.0, < 2.0)
632-
rubocop-rails (2.25.1)
632+
rubocop-rails (2.33.4)
633633
activesupport (>= 4.2.0)
634+
lint_roller (~> 1.1)
634635
rack (>= 1.1)
635-
rubocop (>= 1.33.0, < 2.0)
636-
rubocop-ast (>= 1.31.1, < 2.0)
636+
rubocop (>= 1.75.0, < 2.0)
637+
rubocop-ast (>= 1.44.0, < 2.0)
637638
ruby-graphviz (1.2.5)
638639
rexml
639640
ruby-progressbar (1.13.0)
@@ -702,9 +703,9 @@ GEM
702703
standard-performance (1.8.0)
703704
lint_roller (~> 1.1)
704705
rubocop-performance (~> 1.25.0)
705-
standard-rails (1.1.0)
706+
standard-rails (1.5.0)
706707
lint_roller (~> 1.0)
707-
rubocop-rails (~> 2.25.0)
708+
rubocop-rails (~> 2.33.4)
708709
stimulus-rails (1.3.4)
709710
railties (>= 6.0.0)
710711
stringio (3.1.8)
@@ -831,7 +832,7 @@ DEPENDENCIES
831832
rspec-rails (~> 8.0.2)
832833
rubocop
833834
rubocop-performance
834-
rubocop-rails (~> 2.25.1)
835+
rubocop-rails (~> 2.33.4)
835836
sass-rails
836837
shoulda-matchers (~> 6.5)
837838
simple_form

0 commit comments

Comments
 (0)