diff --git a/.gitignore b/.gitignore index 24049cfb..29027bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tmp/ /dont_call_it_tmp/ /vendor/ +/.tool-versions diff --git a/CHANGELOG.md b/CHANGELOG.md index ae71f1e2..2e523833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +* Updates rubocop to [1.52.2](https://github.com/rubocop/rubocop/releases/tag/v1.52.2) + ## 1.31.0 * Updates standard-performance to [v1.2.0](https://github.com/standardrb/standard-performance/releases/tag/v1.2.0) diff --git a/Gemfile.lock b/Gemfile.lock index b84c39de..d0a8ca38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH standard (1.31.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.0) + rubocop (~> 1.56.2) standard-custom (~> 1.0.0) standard-performance (~> 1.2) @@ -32,7 +32,7 @@ GEM rake (13.0.6) regexp_parser (2.8.1) rexml (3.2.6) - rubocop (1.56.0) + rubocop (1.56.2) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) diff --git a/standard.gemspec b/standard.gemspec index 13a9dcb7..cbed3a77 100644 --- a/standard.gemspec +++ b/standard.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.metadata["rubygems_mfa_required"] = "true" - spec.add_dependency "rubocop", "~> 1.56.0" + spec.add_dependency "rubocop", "~> 1.56.2" spec.add_dependency "lint_roller", "~> 1.0" spec.add_dependency "standard-custom", "~> 1.0.0"