Skip to content

Commit e5b227c

Browse files
Build(deps): bump rubocop from 1.84.2 to 1.85.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.2 to 1.85.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.2...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca5e66e commit e5b227c

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'rake', '~> 13.3'
2424
gem 'activerecord', '~> 8.1'
2525
gem 'otr-activerecord', '~> 2.6.0'
2626
gem 'sqlite3', '~> 2.9'
27-
gem 'rubocop', '~> 1.84.2', require: false
27+
gem 'rubocop', '~> 1.85.0', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,16 @@ GEM
9191
rdoc (>= 4.0.0)
9292
reline (>= 0.4.2)
9393
json (2.18.1)
94+
json-schema (6.1.0)
95+
addressable (~> 2.8)
96+
bigdecimal (>= 3.1, < 5)
9497
language_server-protocol (3.17.0.5)
9598
lint_roller (1.1.0)
9699
logger (1.7.0)
97100
matrix (0.4.3)
98101
maxmind-db (1.4.0)
102+
mcp (0.7.1)
103+
json-schema (>= 4.1)
99104
method_source (1.1.0)
100105
mime-types (3.7.0)
101106
logger
@@ -136,7 +141,7 @@ GEM
136141
activerecord (>= 6.0, < 9.0)
137142
parallel (1.27.0)
138143
parseconfig (1.1.2)
139-
parser (3.3.10.1)
144+
parser (3.3.10.2)
140145
ast (~> 2.4.1)
141146
racc
142147
power_assert (2.0.5)
@@ -199,10 +204,11 @@ GEM
199204
diff-lcs (>= 1.2.0, < 2.0)
200205
rspec-support (~> 3.13.0)
201206
rspec-support (3.13.6)
202-
rubocop (1.84.2)
207+
rubocop (1.85.0)
203208
json (~> 2.3)
204209
language_server-protocol (~> 3.17.0.2)
205210
lint_roller (~> 1.1.0)
211+
mcp (~> 0.6)
206212
parallel (~> 1.10)
207213
parser (>= 3.3.0.2)
208214
rainbow (>= 2.2.2, < 4.0)
@@ -339,7 +345,7 @@ DEPENDENCIES
339345
rdoc (~> 7.2)
340346
rest-client (~> 2.1.0)
341347
rspec (~> 3.13)
342-
rubocop (~> 1.84.2)
348+
rubocop (~> 1.85.0)
343349
rubyzip (~> 3.2)
344350
rushover (~> 0.3.0)
345351
selenium-webdriver (~> 4.41)

0 commit comments

Comments
 (0)