Skip to content
Closed
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
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'rubyzip'
gem 'semantic'

gem 'json', '>= 2.19.7'

gem 'rspec-its', '>= 2.0.0'

gem 'rexml', '>= 3.3.9'

gem 'faraday', '>= 2.12.3'
51 changes: 30 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1377,10 +1377,12 @@ GEM
partialruby (~> 0.3)
sexp_processor (~> 4.0)
excon (0.95.0)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.4)
net-http (~> 0.5)
getsource (0.2.2)
git (1.13.0)
addressable (~> 2.8)
Expand All @@ -1393,12 +1395,15 @@ GEM
immutable-struct (2.4.1)
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.6.3)
json (2.19.9)
lino (3.1.0)
hamster (~> 3.0)
open4 (~> 1.3)
logger (1.7.0)
minitar (0.9)
minitest (5.16.3)
net-http (0.9.1)
uri (>= 0.11.1)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -1444,23 +1449,23 @@ GEM
ruby-terraform (~> 1.4)
rchardet (1.8.0)
regexp_parser (2.6.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.12.1)
rspec-support (~> 3.13.0)
rspec-its (2.0.0)
rspec-core (>= 3.13.0)
rspec-expectations (>= 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rspec-terraform (0.4.0)
confidante (>= 0.27)
rspec (>= 3.0)
Expand All @@ -1485,7 +1490,6 @@ GEM
ruby-terraform (1.7.0.pre.18)
immutable-struct (~> 2.4)
lino (~> 3.0)
ruby2_keywords (0.0.5)
ruby2ruby (2.5.0)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
Expand All @@ -1512,6 +1516,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
uri (1.1.1)
vault (0.17.0)
aws-sigv4

Expand All @@ -1522,14 +1527,18 @@ PLATFORMS
DEPENDENCIES
awspec
confidante
faraday (>= 2.12.3)
git
json (>= 2.19.7)
rake
rake_circle_ci
rake_github
rake_gpg
rake_ssh
rake_terraform
rexml (>= 3.3.9)
rspec
rspec-its (>= 2.0.0)
rspec-terraform
rubocop
rubocop-rake
Expand Down