Skip to content

Commit 2c47d93

Browse files
Bump rubocop from 1.81.1 to 1.81.7 (#5782)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.1 to 1.81.7. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.1...v1.81.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49339fd commit 2c47d93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ group :development do
113113
gem "haml_lint", require: false
114114
gem "letter_opener"
115115
gem "rack-mini-profiler", "~> 4.0"
116-
gem "rubocop", "1.81.1", require: false
116+
gem "rubocop", "1.81.7", require: false
117117
gem "rubocop-performance"
118118
gem "rubocop-rails"
119119
gem "rubocop-rspec"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ GEM
380380
railties (>= 3.2.16)
381381
jsbundling-rails (1.3.1)
382382
railties (>= 6.0.0)
383-
json (2.15.0)
383+
json (2.15.2)
384384
jwt (3.1.2)
385385
base64
386386
kgio (2.11.4)
@@ -472,7 +472,7 @@ GEM
472472
parallel
473473
paranoia (3.0.1)
474474
activerecord (>= 6, < 8.1)
475-
parser (3.3.9.0)
475+
parser (3.3.10.0)
476476
ast (~> 2.4.1)
477477
racc
478478
pdf-core (0.10.0)
@@ -490,7 +490,7 @@ GEM
490490
prawn-table (0.2.2)
491491
prawn (>= 1.3.0, < 3.0.0)
492492
prettyprint (0.2.0)
493-
prism (1.5.1)
493+
prism (1.6.0)
494494
pry (0.15.2)
495495
coderay (~> 1.1)
496496
method_source (~> 1.0)
@@ -599,7 +599,7 @@ GEM
599599
rspec-support (3.13.6)
600600
rspec_junit_formatter (0.6.0)
601601
rspec-core (>= 2, < 4, != 2.12.0)
602-
rubocop (1.81.1)
602+
rubocop (1.81.7)
603603
json (~> 2.3)
604604
language_server-protocol (~> 3.17.0.2)
605605
lint_roller (~> 1.1.0)
@@ -824,7 +824,7 @@ DEPENDENCIES
824824
rspec-collection_matchers
825825
rspec-rails
826826
rspec_junit_formatter
827-
rubocop (= 1.81.1)
827+
rubocop (= 1.81.7)
828828
rubocop-performance
829829
rubocop-rails
830830
rubocop-rspec

0 commit comments

Comments
 (0)