Skip to content

Commit d648b2c

Browse files
Bump rubocop from 1.85.0 to 1.85.1 in the rubocop group
Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.85.0 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.85.0...v1.85.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d4c0ab commit d648b2c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545
group :development do
4646
gem 'annotaterb', '~> 4.22', require: false
4747
gem 'brakeman', '~> 8.0.4', require: false
48-
gem 'rubocop', '~> 1.85.0', require: false
48+
gem 'rubocop', '~> 1.85.1', require: false
4949
gem 'rubocop-minitest', '~> 0.39.1', require: false
5050
gem 'rubocop-rails', '~> 2.34', require: false
5151
gem 'web-console', '~> 4.3.0'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ GEM
151151
prism (>= 1.3.0)
152152
rdoc (>= 4.0.0)
153153
reline (>= 0.4.2)
154-
json (2.18.1)
155-
json-schema (6.1.0)
154+
json (2.19.0)
155+
json-schema (6.2.0)
156156
addressable (~> 2.8)
157157
bigdecimal (>= 3.1, < 5)
158158
jwt (2.10.2)
@@ -171,7 +171,7 @@ GEM
171171
net-smtp
172172
marcel (1.1.0)
173173
matrix (0.4.3)
174-
mcp (0.7.1)
174+
mcp (0.8.0)
175175
json-schema (>= 4.1)
176176
mini_mime (1.1.5)
177177
minitest (6.0.2)
@@ -236,7 +236,7 @@ GEM
236236
psych (5.3.1)
237237
date
238238
stringio
239-
public_suffix (7.0.2)
239+
public_suffix (7.0.5)
240240
puma (7.2.0)
241241
nio4r (~> 2.0)
242242
raabro (1.4.0)
@@ -292,7 +292,7 @@ GEM
292292
reline (0.6.3)
293293
io-console (~> 0.5)
294294
rexml (3.4.4)
295-
rubocop (1.85.0)
295+
rubocop (1.85.1)
296296
json (~> 2.3)
297297
language_server-protocol (~> 3.17.0.2)
298298
lint_roller (~> 1.1.0)
@@ -390,7 +390,7 @@ DEPENDENCIES
390390
puma (~> 7.2)
391391
rack-cors (~> 3.0.0)
392392
rails (~> 8.1.2)
393-
rubocop (~> 1.85.0)
393+
rubocop (~> 1.85.1)
394394
rubocop-minitest (~> 0.39.1)
395395
rubocop-rails (~> 2.34)
396396
rugged (~> 1.9.0)

0 commit comments

Comments
 (0)