Skip to content

Bump rubocop from 1.65.1 to 1.75.2 #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Bump rubocop from 1.65.1 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.75.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.1...v1.75.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2025
commit 778dbcebe7ea0356d2c7178531ba3b55b3e3e1aa
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
ast (2.4.3)
aws-eventstream (1.3.0)
aws-partitions (1.958.0)
aws-sdk (3.2.0)
Expand Down Expand Up @@ -1613,11 +1613,12 @@ GEM
immutable-struct (2.4.1)
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
json (2.10.2)
language_server-protocol (3.17.0.4)
lino (3.1.0)
hamster (~> 3.0)
open4 (~> 1.3)
lint_roller (1.1.0)
logger (1.6.0)
minitar (0.9)
minitest (5.24.1)
Expand All @@ -1631,12 +1632,13 @@ GEM
sawyer (~> 0.9)
open4 (1.3.4)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.4)
ast (~> 2.4.1)
racc
partialruby (0.3.0)
ruby2ruby (~> 2)
ruby_parser (~> 3)
prism (1.4.0)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
Expand Down Expand Up @@ -1683,7 +1685,6 @@ GEM
ruby-terraform (~> 1.4)
rchardet (1.8.0)
regexp_parser (2.10.0)
rexml (3.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -1704,19 +1705,20 @@ GEM
confidante (>= 0.27)
rspec (>= 3.0)
ruby-terraform (= 1.7.0.pre.18)
rubocop (1.65.1)
rubocop (1.75.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
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.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.4.0)
Expand Down Expand Up @@ -1755,7 +1757,9 @@ GEM
sync
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.0)
vault (0.18.1)
aws-sigv4
Expand Down