Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
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 infra/concourse/build/data/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

source 'https://rubygems.org/' do
gem "kitchen-terraform", "~> 4.9"
gem "kubeclient", "~> 4.0"
gem "kubeclient", "~> 4.9"
gem "rest-client", "~> 2.0"
end
34 changes: 21 additions & 13 deletions infra/concourse/build/data/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
docker-api (1.34.2)
excon (>= 0.47.0)
multi_json
domain_name (0.5.20180417)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -69,6 +69,9 @@ GEM
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
ffi (1.11.1)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
google-api-client (0.23.9)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.7.0)
Expand All @@ -90,16 +93,17 @@ GEM
builder (>= 2.1.2)
hashie (3.6.0)
htmlentities (4.3.4)
http (4.1.1)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-accept (1.7.0)
http-cookie (1.0.3)
http-cookie (1.0.4)
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
httpclient (2.8.3)
inifile (3.0.0)
inspec (3.9.3)
Expand Down Expand Up @@ -129,6 +133,8 @@ GEM
tty-table (~> 0.10)
jmespath (1.4.0)
json (2.1.0)
jsonpath (1.1.0)
multi_json
jwt (2.2.1)
kitchen-terraform (4.9.0)
dry-types (~> 0.14.0)
Expand All @@ -138,19 +144,20 @@ GEM
mixlib-shellout (~> 2.2)
test-kitchen (~> 1.23)
tty-which (~> 0.4.0)
kubeclient (4.5.0)
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
memoist (0.16.0)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mime-types-data (3.2022.0105)
mixlib-install (3.11.18)
mixlib-shellout
mixlib-versioning
Expand Down Expand Up @@ -188,7 +195,8 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.6)
recursive-open-struct (1.1.0)
rake (13.0.6)
recursive-open-struct (1.1.3)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
Expand Down Expand Up @@ -313,7 +321,7 @@ PLATFORMS

DEPENDENCIES
kitchen-terraform (~> 4.9)!
kubeclient (~> 4.0)!
kubeclient (~> 4.9)!
rest-client (~> 2.0)!

BUNDLED WITH
Expand Down