diff --git a/Gemfile b/Gemfile index 1e64f34..000f6f1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,8 +13,8 @@ gem 'rake_ssh' gem 'rake_terraform' gem 'rspec' gem 'rspec-terraform' -gem 'rubocop' +gem 'rubocop', '>= 1.41.1' gem 'rubocop-rake' -gem 'rubocop-rspec' +gem 'rubocop-rspec', '>= 2.17.0' gem 'rubyzip' gem 'semantic' diff --git a/Gemfile.lock b/Gemfile.lock index 67a0080..283640b 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) @@ -1403,13 +1404,15 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) - parallel (1.22.1) - parser (3.1.3.0) + parallel (1.25.1) + parser (3.3.4.0) ast (~> 2.4.1) + racc partialruby (0.3.0) ruby2ruby (~> 2) ruby_parser (~> 3) public_suffix (5.0.1) + racc (1.8.1) rainbow (3.1.1) rake (13.0.6) rake_circle_ci (0.11.0) @@ -1443,8 +1446,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.4) + strscan rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -1465,23 +1469,24 @@ GEM confidante (>= 0.27) rspec (>= 3.0) ruby-terraform (= 1.7.0.pre.18) - rubocop (1.41.0) + 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.31.3) + 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.3) + rubocop (~> 1.61) + ruby-progressbar (1.13.0) ruby-terraform (1.7.0.pre.18) immutable-struct (~> 2.4) lino (~> 3.0) @@ -1503,6 +1508,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) @@ -1511,7 +1517,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 @@ -1531,9 +1537,9 @@ DEPENDENCIES rake_terraform rspec rspec-terraform - rubocop + rubocop (>= 1.41.1) rubocop-rake - rubocop-rspec + rubocop-rspec (>= 2.17.0) rubyzip semantic