diff --git a/Gemfile.lock b/Gemfile.lock index c0725ab..08805f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM erubi (1.12.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.0) language_server-protocol (3.17.0.3) loofah (2.21.3) crass (~> 1.0.2) @@ -54,7 +54,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) @@ -67,7 +67,7 @@ GEM rake (13.1.0) regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.57.2) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -75,7 +75,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.20.0) mocha (~> 2.1.0) rake (~> 13.1.0) - rubocop (= 1.57.2) + rubocop (= 1.58.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 86f10ba..b307676 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.1.0" s.add_development_dependency "rake", "~> 13.1.0" - s.add_development_dependency "rubocop", "= 1.57.2" + s.add_development_dependency "rubocop", "= 1.58.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true"