Skip to content

Commit

Permalink
Bump rubocop from 1.36.0 to 1.70.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.36.0 to 1.70.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.36.0...v1.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent f412ff2 commit 7ca34f8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end
group :test do
gem "climate_control", "~> 1.2.0"
gem "rspec", "~> 3.11.0"
gem "rubocop", "~> 1.36.0"
gem "rubocop", "~> 1.70.0"
gem "rubocop-performance", "~> 1.15.0"
gem "simplecov", "~> 0.21.2"
gem "simplecov-console", "~> 0.9.1"
Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ GEM
addressable (~> 2.8)
rchardet (~> 1.8)
jaro_winkler (1.5.4)
json (2.6.2)
json (2.9.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
macaddr (1.7.2)
systemu (~> 2.6.5)
method_source (1.0.0)
Expand All @@ -83,9 +84,10 @@ GEM
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.13.21)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -94,11 +96,11 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
regexp_parser (2.5.0)
regexp_parser (2.10.0)
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rexml (3.4.0)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand All @@ -112,22 +114,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.36.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
semver2 (3.4.2)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -161,7 +163,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
tilt (2.0.11)
unicode-display_width (2.2.0)
unicode-display_width (2.6.0)
uuid (2.3.9)
macaddr (~> 1.0)
webrick (1.7.0)
Expand All @@ -181,7 +183,7 @@ DEPENDENCIES
pry (~> 0.14.1)
rake (~> 13.0.6)
rspec (~> 3.11.0)
rubocop (~> 1.36.0)
rubocop (~> 1.70.0)
rubocop-performance (~> 1.15.0)
semver2 (~> 3.4)
simplecov (~> 0.21.2)
Expand Down

0 comments on commit 7ca34f8

Please sign in to comment.