Skip to content

Commit 741a812

Browse files
build(deps-dev): bump rubocop-performance in the rubocop group
Bumps the rubocop group with 1 update: [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `rubocop-performance` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b64017 commit 741a812

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
@@ -67,7 +67,7 @@ group :development, :test do
6767
gem 'i18n-tasks', '~> 1.0.15'
6868
gem 'rspec-rails', '~> 8.0.2'
6969
gem 'rubocop', '~> 1.81.1'
70-
gem 'rubocop-performance', '~> 1.26.0'
70+
gem 'rubocop-performance', '~> 1.26.1'
7171
gem 'rubocop-rails', '~> 2.33.4'
7272
gem 'rubocop-rspec', '~> 3.7.0'
7373
gem 'rubocop-rspec_rails', '~> 2.31.0'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ GEM
175175
jmespath (1.6.2)
176176
jsbundling-rails (1.3.1)
177177
railties (>= 6.0.0)
178-
json (2.15.0)
178+
json (2.15.1)
179179
jwt (3.1.2)
180180
base64
181181
language_server-protocol (3.17.0.5)
@@ -234,7 +234,7 @@ GEM
234234
pp (0.6.2)
235235
prettyprint
236236
prettyprint (0.2.0)
237-
prism (1.5.1)
237+
prism (1.6.0)
238238
propshaft (1.3.1)
239239
actionpack (>= 7.0.0)
240240
activesupport (>= 7.0.0)
@@ -353,10 +353,10 @@ GEM
353353
rubocop-ast (1.47.1)
354354
parser (>= 3.3.7.2)
355355
prism (~> 1.4)
356-
rubocop-performance (1.26.0)
356+
rubocop-performance (1.26.1)
357357
lint_roller (~> 1.1)
358358
rubocop (>= 1.75.0, < 2.0)
359-
rubocop-ast (>= 1.44.0, < 2.0)
359+
rubocop-ast (>= 1.47.1, < 2.0)
360360
rubocop-rails (2.33.4)
361361
activesupport (>= 4.2.0)
362362
lint_roller (~> 1.1)
@@ -454,7 +454,7 @@ DEPENDENCIES
454454
roo (~> 3.0.0)
455455
rspec-rails (~> 8.0.2)
456456
rubocop (~> 1.81.1)
457-
rubocop-performance (~> 1.26.0)
457+
rubocop-performance (~> 1.26.1)
458458
rubocop-rails (~> 2.33.4)
459459
rubocop-rspec (~> 3.7.0)
460460
rubocop-rspec_rails (~> 2.31.0)

0 commit comments

Comments
 (0)