Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'rake_ssh'
gem 'rake_terraform'
gem 'rspec'
gem 'rspec-terraform'
gem 'rubocop'
gem 'rubocop', '>= 1.66.0'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'rubyzip'
Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.4)
language_server-protocol (3.17.0.3)
lino (3.1.0)
hamster (~> 3.0)
open4 (~> 1.3)
Expand All @@ -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.26.3)
parser (3.3.5.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)
Expand Down Expand Up @@ -1443,8 +1446,7 @@ 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)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -1465,23 +1467,23 @@ GEM
confidante (>= 0.27)
rspec (>= 3.0)
ruby-terraform (= 1.7.0.pre.18)
rubocop (1.41.0)
rubocop (1.67.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.23.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 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.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)
ruby-progressbar (1.13.0)
ruby-terraform (1.7.0.pre.18)
immutable-struct (~> 2.4)
lino (~> 3.0)
Expand Down Expand Up @@ -1511,7 +1513,7 @@ GEM
sync
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.6.0)
vault (0.17.0)
aws-sigv4

Expand All @@ -1531,7 +1533,7 @@ DEPENDENCIES
rake_terraform
rspec
rspec-terraform
rubocop
rubocop (>= 1.66.0)
rubocop-rake
rubocop-rspec
rubyzip
Expand Down