diff --git a/Gemfile b/Gemfile index f70f8c1..d84cf22 100644 --- a/Gemfile +++ b/Gemfile @@ -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.69.0" gem "rubocop-performance", "~> 1.15.0" gem "simplecov", "~> 0.21.2" gem "simplecov-console", "~> 0.9.1" diff --git a/Gemfile.lock b/Gemfile.lock index dd9dfa7..bac14f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,11 +66,12 @@ GEM addressable (~> 2.8) rchardet (~> 1.8) jaro_winkler (1.5.4) - json (2.6.2) + json (2.8.2) 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) @@ -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) @@ -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.9.2) require_all (3.0.0) reverse_markdown (2.1.1) nokogiri - rexml (3.2.5) + rexml (3.3.9) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -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.69.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.4, < 3.0) + rubocop-ast (>= 1.36.1, < 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.36.1) + 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) @@ -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) @@ -181,7 +183,7 @@ DEPENDENCIES pry (~> 0.14.1) rake (~> 13.0.6) rspec (~> 3.11.0) - rubocop (~> 1.36.0) + rubocop (~> 1.69.0) rubocop-performance (~> 1.15.0) semver2 (~> 3.4) simplecov (~> 0.21.2)