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
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ gem 'rspec', '~> 3.11'
gem 'awspec', '~> 1.25'
gem 'git', '~> 1.10'
gem 'semantic', '~> 1.6'

gem 'jmespath', '>= 1.6.1'

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

gem 'faraday', '>= 2.12.3'
79 changes: 34 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1244,29 +1244,12 @@ GEM
partialruby (~> 0.3)
sexp_processor (~> 4.0)
excon (0.82.0)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
getsource (0.2.2)
git (1.10.2)
rchardet (~> 1.8)
Expand All @@ -1277,16 +1260,19 @@ GEM
concurrent-ruby (~> 1.0)
immutable-struct (2.4.1)
ipaddress (0.8.3)
jmespath (1.5.0)
jmespath (1.6.2)
json (2.19.3)
lino (3.0.0)
hamster (~> 3.0)
open4 (~> 1.3)
logger (1.7.0)
minitar (0.9)
minitest (5.15.0)
multipart-post (2.1.1)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
net-http (0.9.1)
uri (>= 0.11.1)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
partialruby (0.3.0)
ruby2ruby (~> 2)
Expand Down Expand Up @@ -1324,26 +1310,25 @@ GEM
rake_factory (~> 0.23)
ruby-terraform (~> 1.4)
rchardet (1.8.0)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
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.11.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.11.0)
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.11.0)
rspec-support (3.11.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
ruby-terraform (1.4.0)
immutable-struct (~> 2.4)
lino (~> 3.0)
ruby2_keywords (0.0.5)
ruby2ruby (2.4.4)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
Expand All @@ -1352,9 +1337,9 @@ GEM
ruby_parser (3.16.0)
sexp_processor (~> 4.15, >= 4.15.1)
rubyzip (2.3.2)
sawyer (0.8.2)
sawyer (0.9.3)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
semantic (1.6.1)
sexp_processor (4.15.3)
shikashi (0.6.0)
Expand All @@ -1369,6 +1354,7 @@ GEM
sync
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uri (1.1.1)

PLATFORMS
ruby
Expand All @@ -1377,7 +1363,9 @@ PLATFORMS
DEPENDENCIES
awspec (~> 1.25)
confidante (~> 0.27)
faraday (>= 2.12.3)
git (~> 1.10)
jmespath (>= 1.6.1)
rake (~> 13.0)
rake_circle_ci (~> 0.9)
rake_dependencies (~> 2.9)
Expand All @@ -1386,6 +1374,7 @@ DEPENDENCIES
rake_ssh (~> 0.6)
rake_terraform (~> 1.21)
rspec (~> 3.11)
rspec-its (>= 2.0.0)
semantic (~> 1.6)

BUNDLED WITH
Expand Down