Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* @DataDog/container-ecosystems
* @DataDog/container-ecosystems @Datadog/telemetry-onboarding

# Docs
*README.md @DataDog/container-ecosystems @DataDog/documentation
*README.md @DataDog/container-ecosystems @DataDog/telemetry-onboarding @DataDog/documentation
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
chef_version = ENV.fetch('CHEF_VERSION', '14.10.9')

gem 'rake'
gem 'rack', '>= 2.2.20'
gem 'rack', '>= 2.2.22'
gem 'rspec-expectations', '< 3.12.4'
gem 'chef', "= #{chef_version}"
gem 'cucumber-core', '~> 3.2.1'
Expand Down
38 changes: 30 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,29 @@ GEM
equalizer (0.0.11)
erubi (1.9.0)
erubis (2.7.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
faraday (1.10.5)
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.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
fauxhai-ng (8.3.1)
net-ssh
ffi (1.13.1)
Expand Down Expand Up @@ -178,7 +199,7 @@ GEM
mixlib-versioning (1.2.12)
molinillo (0.6.6)
multi_json (1.15.0)
multipart-post (2.1.1)
multipart-post (2.4.1)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-sftp (2.1.2)
Expand All @@ -190,7 +211,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nokogiri (1.18.9)
nokogiri (1.19.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.6.0)
Expand Down Expand Up @@ -221,7 +242,7 @@ GEM
proxifier (1.0.3)
public_suffix (4.0.6)
racc (1.8.1)
rack (2.2.21)
rack (2.2.22)
rainbow (3.1.1)
rake (13.2.1)
rbnacl (4.0.2)
Expand Down Expand Up @@ -258,6 +279,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyntlm (0.6.2)
rubyzip (2.3.0)
rufus-lru (1.1.0)
Expand Down Expand Up @@ -308,7 +330,7 @@ GEM
winrm (~> 2.0)
winrm-elevated (~> 1.0)
winrm-fs (~> 1.1)
thor (1.0.1)
thor (1.5.0)
thread_safe (0.3.6)
tins (1.38.0)
bigdecimal
Expand Down Expand Up @@ -379,7 +401,7 @@ DEPENDENCIES
json_spec (~> 1.1.4)
kitchen-docker (~> 2.3.0)
kitchen-vagrant
rack (>= 2.2.20)
rack (>= 2.2.22)
rake
rbnacl (~> 4.0.2)
rbnacl-libsodium (~> 1.0.16)
Expand All @@ -390,4 +412,4 @@ DEPENDENCIES
yaml

BUNDLED WITH
2.3.27
2.4.10
Loading