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/build/developer-tools/build/data/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

source 'https://rubygems.org/' do
gem "kitchen-terraform", "~> 5.8"
gem "kubeclient", "~> 4.0"
gem "kubeclient", "~> 4.9"
gem "rest-client", "~> 2.0"
gem 'nokogiri', '~> 1.13'
end
33 changes: 18 additions & 15 deletions infra/build/developer-tools/build/data/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ GEM
docker-api (2.0.0)
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.11.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -238,7 +238,7 @@ GEM
http-cookie (~> 1.0.0)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.11.1)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -266,16 +266,16 @@ GEM
builder (>= 2.1.2)
hana (1.3.6)
hashie (3.6.0)
http (4.2.0)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.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 (1.2.1)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
httpclient (2.8.3)
i18n (1.8.5)
Expand Down Expand Up @@ -318,6 +318,8 @@ GEM
hana (~> 1.3)
regexp_parser (~> 1.5)
uri_template (~> 0.7)
jsonpath (1.1.0)
multi_json
jwt (2.2.2)
kitchen-terraform (5.8.0)
delegate (~> 0.1.0)
Expand All @@ -327,9 +329,10 @@ GEM
mixlib-shellout (~> 3.0)
test-kitchen (~> 2.1)
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)
libyajl2 (1.2.0)
license-acceptance (2.1.2)
Expand All @@ -343,9 +346,9 @@ GEM
multi_json (~> 1.14)
memoist (0.16.2)
method_source (1.0.0)
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)
mini_mime (1.0.2)
mini_portile2 (2.8.0)
minitest (5.14.2)
Expand Down Expand Up @@ -390,8 +393,8 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.6.0)
rake (13.0.0)
recursive-open-struct (1.1.0)
rake (13.0.6)
recursive-open-struct (1.1.3)
regexp_parser (1.8.2)
representable (3.0.4)
declarative (< 0.1.0)
Expand Down Expand Up @@ -549,7 +552,7 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
unf_ext (0.0.8.1)
unicode-display_width (1.7.0)
unicode_utils (1.4.0)
uri_template (0.7.0)
Expand Down Expand Up @@ -578,7 +581,7 @@ PLATFORMS

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

Expand Down