Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps-dev): update rubocop requirement from = 1.81.7 to = 1.82.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.

Updates `rubocop` from 1.81.7 to 1.82.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.81.7...v1.82.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.82.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2025
commit 162fc0868e2039f7c66c042eee1a05244544a017
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
erubi (1.13.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.15.2)
json (2.18.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.6.6)
Expand All @@ -70,7 +70,7 @@ GEM
parser (3.3.10.0)
ast (~> 2.4.1)
racc
prism (1.6.0)
prism (1.7.0)
racc (1.8.1)
rack (3.1.18)
rails-dom-testing (2.2.0)
Expand All @@ -83,18 +83,18 @@ GEM
rainbow (3.1.1)
rake (13.3.1)
regexp_parser (2.11.3)
rubocop (1.81.7)
rubocop (1.82.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-ast (>= 1.48.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.47.1)
rubocop-ast (1.48.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.23.0)
Expand All @@ -119,7 +119,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
unicode-emoji (4.2.0)

PLATFORMS
ruby
Expand All @@ -130,7 +130,7 @@ DEPENDENCIES
minitest (~> 5.26.0)
mocha (~> 2.8.2)
rake (~> 13.3.0)
rubocop (= 1.81.7)
rubocop (= 1.82.0)
rubocop-github (~> 0.23.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion erblint-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "mocha", "~> 2.8.2"
s.add_development_dependency "rake", "~> 13.3.0"

s.add_development_dependency "rubocop", "= 1.81.7"
s.add_development_dependency "rubocop", "= 1.82.0"
s.add_development_dependency "rubocop-github", "~> 0.23.0"
s.metadata["rubygems_mfa_required"] = "true"

Expand Down