Skip to content

Commit 6eb288c

Browse files
Bump the development group with 2 updates (#1308)
Bumps the development group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `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) 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 dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e707d1c commit 6eb288c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ gem 'bootsnap', '>= 1.4.5', require: false
5353
group :development, :test do
5454
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
5555
gem 'byebug', platform: :mri
56-
gem 'rubocop', '~> 1.81.1', require: false
57-
gem 'rubocop-performance', '~> 1.26.0'
56+
gem 'rubocop', '~> 1.81.7', require: false
57+
gem 'rubocop-performance', '~> 1.26.1'
5858
gem 'rubocop-rails', '~> 2.33.4'
5959
gem 'dotenv'
6060
end

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ GEM
196196
rdoc (>= 4.0.0)
197197
reline (>= 0.4.2)
198198
jmespath (1.6.2)
199-
json (2.15.0)
199+
json (2.15.2)
200200
jwt (3.1.2)
201201
base64
202202
language_server-protocol (3.17.0.5)
@@ -246,7 +246,7 @@ GEM
246246
os (1.1.4)
247247
ostruct (0.6.1)
248248
parallel (1.27.0)
249-
parser (3.3.9.0)
249+
parser (3.3.10.0)
250250
ast (~> 2.4.1)
251251
racc
252252
pg (1.6.2-arm64-darwin)
@@ -259,7 +259,7 @@ GEM
259259
pp (0.6.2)
260260
prettyprint
261261
prettyprint (0.2.0)
262-
prism (1.5.1)
262+
prism (1.6.0)
263263
pry (0.15.0)
264264
coderay (~> 1.1)
265265
method_source (~> 1.0)
@@ -343,7 +343,7 @@ GEM
343343
railties (>= 5.2)
344344
retriable (3.1.2)
345345
rexml (3.4.2)
346-
rubocop (1.81.1)
346+
rubocop (1.81.7)
347347
json (~> 2.3)
348348
language_server-protocol (~> 3.17.0.2)
349349
lint_roller (~> 1.1.0)
@@ -357,10 +357,10 @@ GEM
357357
rubocop-ast (1.47.1)
358358
parser (>= 3.3.7.2)
359359
prism (~> 1.4)
360-
rubocop-performance (1.26.0)
360+
rubocop-performance (1.26.1)
361361
lint_roller (~> 1.1)
362362
rubocop (>= 1.75.0, < 2.0)
363-
rubocop-ast (>= 1.44.0, < 2.0)
363+
rubocop-ast (>= 1.47.1, < 2.0)
364364
rubocop-rails (2.33.4)
365365
activesupport (>= 4.2.0)
366366
lint_roller (~> 1.1)
@@ -470,8 +470,8 @@ DEPENDENCIES
470470
rack-cors (~> 3.0)
471471
rails (~> 8.0.3)
472472
redis (~> 5.4)
473-
rubocop (~> 1.81.1)
474-
rubocop-performance (~> 1.26.0)
473+
rubocop (~> 1.81.7)
474+
rubocop-performance (~> 1.26.1)
475475
rubocop-rails (~> 2.33.4)
476476
sassc-rails (~> 2.1.2)
477477
selenium-webdriver

0 commit comments

Comments
 (0)