Skip to content

Commit 7c9c2f2

Browse files
authored
build(deps-dev): update rubocop requirement from = 1.85.0 to = 1.85.1 in the all-dependencies group
Merge pull request #287 from github/dependabot/bundler/all-dependencies-c40c449b19 Bypassing per https://github.slack.com/archives/C05NT4Y6WSC/p1773159379629639?thread_ts=1773157653.870249&cid=C05NT4Y6WSC (Hubber access only)
2 parents 7bedaa5 + b6b1909 commit 7c9c2f2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
erubi (~> 1.4)
3838
parser (>= 2.4)
3939
smart_properties
40-
bigdecimal (3.1.9)
40+
bigdecimal (4.0.1)
4141
builder (3.3.0)
4242
concurrent-ruby (1.3.5)
4343
connection_pool (2.5.0)
@@ -53,17 +53,17 @@ GEM
5353
erubi (1.13.1)
5454
i18n (1.14.7)
5555
concurrent-ruby (~> 1.0)
56-
json (2.18.1)
57-
json-schema (5.2.2)
56+
json (2.19.1)
57+
json-schema (6.2.0)
5858
addressable (~> 2.8)
59-
bigdecimal (~> 3.1)
59+
bigdecimal (>= 3.1, < 5)
6060
language_server-protocol (3.17.0.5)
6161
lint_roller (1.1.0)
6262
logger (1.6.6)
6363
loofah (2.24.0)
6464
crass (~> 1.0.2)
6565
nokogiri (>= 1.12.0)
66-
mcp (0.7.1)
66+
mcp (0.8.0)
6767
json-schema (>= 4.1)
6868
mini_portile2 (2.8.8)
6969
minitest (5.26.1)
@@ -91,7 +91,7 @@ GEM
9191
rainbow (3.1.1)
9292
rake (13.3.1)
9393
regexp_parser (2.11.3)
94-
rubocop (1.85.0)
94+
rubocop (1.85.1)
9595
json (~> 2.3)
9696
language_server-protocol (~> 3.17.0.2)
9797
lint_roller (~> 1.1.0)
@@ -139,7 +139,7 @@ DEPENDENCIES
139139
minitest (~> 5.26.0)
140140
mocha (~> 3.0.1)
141141
rake (~> 13.3.0)
142-
rubocop (= 1.85.0)
142+
rubocop (= 1.85.1)
143143
rubocop-github (~> 0.23.0)
144144

145145
BUNDLED WITH

erblint-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_development_dependency "mocha", "~> 3.0.1"
2222
s.add_development_dependency "rake", "~> 13.3.0"
2323

24-
s.add_development_dependency "rubocop", "= 1.85.0"
24+
s.add_development_dependency "rubocop", "= 1.85.1"
2525
s.add_development_dependency "rubocop-github", "~> 0.23.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)