diff --git a/Gemfile b/Gemfile index 7ee649f..08ea370 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'rake_ssh' gem 'rake_terraform' gem 'rspec' gem 'rspec-terraform' -gem 'rubocop' +gem 'rubocop', '>= 1.42.0' gem 'rubocop-rake' -gem 'rubocop-rspec' +gem 'rubocop-rspec', '>= 2.17.0' gem 'semantic' diff --git a/Gemfile.lock b/Gemfile.lock index d341cea..f167f4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1393,7 +1393,8 @@ GEM immutable-struct (2.4.1) ipaddress (0.8.3) jmespath (1.6.2) - json (2.6.3) + json (2.7.2) + language_server-protocol (3.17.0.3) lino (3.1.0) hamster (~> 3.0) open4 (~> 1.3) @@ -1407,9 +1408,10 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) - parallel (1.22.1) - parser (3.1.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) + racc partialruby (0.3.0) ruby2ruby (~> 2) ruby_parser (~> 3) @@ -1448,8 +1450,9 @@ GEM rake_factory (~> 0.23) ruby-terraform (~> 1.4) rchardet (1.8.0) - regexp_parser (2.6.1) - rexml (3.2.5) + regexp_parser (2.9.2) + rexml (3.3.6) + strscan rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -1470,23 +1473,24 @@ GEM confidante (>= 0.27) rspec (>= 3.0) ruby-terraform (= 1.7.0.pre.18) - rubocop (1.41.1) + rubocop (1.65.1) 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) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.23.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.32.1) + parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.16.0) - rubocop (~> 1.33) - ruby-progressbar (1.11.0) + rubocop-rspec (3.0.4) + rubocop (~> 1.61) + ruby-progressbar (1.13.0) ruby-terraform (1.7.0.pre.18) immutable-struct (~> 2.4) lino (~> 3.0) @@ -1508,6 +1512,7 @@ GEM evalhook (>= 0.6.0) getsource (>= 0.1.0) sshkey (2.0.0) + strscan (3.1.0) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) @@ -1516,7 +1521,7 @@ GEM sync tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.3.0) + unicode-display_width (2.5.0) vault (0.17.0) aws-sigv4 @@ -1536,9 +1541,9 @@ DEPENDENCIES rake_terraform rspec rspec-terraform - rubocop + rubocop (>= 1.42.0) rubocop-rake - rubocop-rspec + rubocop-rspec (>= 2.17.0) semantic BUNDLED WITH