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
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion cookbooks/curl/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem 'berkshelf', '~> 6.3'
gem 'chef', '~> 13.6'
gem 'chefspec', '~> 7.1'
gem 'foodcritic', '~> 12.2'
gem 'rake', '~> 13.3'
gem "rack", ">= 2.2.19"
gem 'rubocop', '~> 0.52'
gem 'stove', '~> 6.0'
148 changes: 78 additions & 70 deletions cookbooks/curl/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.3.0)
berkshelf (6.3.4)
buff-config (~> 2.0)
buff-extensions (~> 2.0)
Expand All @@ -19,7 +20,7 @@ GEM
retryable (~> 2.0)
ridley (~> 5.0)
solve (~> 4.0)
thor (<= 1.4.0)
thor (~> 0.19, < 0.19.2)
buff-config (2.0.0)
buff-extensions (~> 2.0)
varia_model (~> 0.6)
Expand All @@ -28,7 +29,7 @@ GEM
buff-ruby_engine (1.0.0)
buff-shell_out (1.1.0)
buff-ruby_engine (~> 1.0)
builder (3.2.3)
builder (3.3.0)
celluloid (0.16.0)
timers (~> 4.0.0)
celluloid-io (0.16.2)
Expand Down Expand Up @@ -64,9 +65,9 @@ GEM
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef-api (0.9.0)
logify (~> 0.1)
chef-api (0.10.10)
mime-types
mixlib-log (>= 1, < 4)
chef-config (13.12.14)
addressable
fuzzyurl
Expand All @@ -79,29 +80,29 @@ GEM
mixlib-log (~> 1.3)
rack (~> 2.0)
uuidtools (~> 2.1)
chefspec (7.3.4)
chef (>= 12.16.42)
fauxhai (>= 4)
chefspec (7.4.0)
chef (>= 13)
fauxhai (>= 6.11)
rspec (~> 3.0)
cleanroom (1.0.0)
concurrent-ruby (1.1.5)
cucumber-core (15.1.0)
cucumber-gherkin (> 27, < 31)
cucumber-messages (> 26, < 29)
concurrent-ruby (1.3.5)
cucumber-core (13.0.3)
cucumber-gherkin (>= 27, < 28)
cucumber-messages (>= 20, < 23)
cucumber-tag-expressions (> 5, < 7)
cucumber-gherkin (30.0.4)
cucumber-messages (> 25, < 28)
cucumber-messages (27.2.0)
cucumber-tag-expressions (6.1.2)
diff-lcs (1.3)
cucumber-gherkin (27.0.0)
cucumber-messages (>= 19.1.4, < 23)
cucumber-messages (22.0.0)
cucumber-tag-expressions (5.0.6)
diff-lcs (1.6.2)
erubis (2.7.0)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
fauxhai (7.0.0)
fauxhai (7.4.0)
net-ssh
ffi (1.10.0)
ffi-yajl (2.3.1)
libyajl2 (~> 1.2)
ffi (1.17.2-arm64-darwin)
ffi-yajl (2.6.0)
libyajl2 (>= 1.2)
foodcritic (12.3.0)
cucumber-core (>= 1.3)
erubis
Expand All @@ -113,19 +114,21 @@ GEM
fuzzyurl (0.9.0)
hashie (3.6.0)
highline (1.7.10)
hitimes (1.3.1)
httpclient (2.8.3)
iniparse (1.4.4)
hitimes (2.0.0)
httpclient (2.9.0)
mutex_m
iniparse (1.5.0)
ipaddress (0.8.3)
iso8601 (0.12.1)
jaro_winkler (1.5.2)
json (2.3.1)
libyajl2 (1.2.0)
iso8601 (0.12.3)
json (2.7.6)
libyajl2 (2.1.0)
logger (1.7.0)
logify (0.2.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
minitar (0.8)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
minitar (0.12.1)
mixlib-archive (0.4.20)
mixlib-log
mixlib-authentication (1.4.2)
Expand All @@ -134,11 +137,12 @@ GEM
tomlrb
mixlib-log (1.7.1)
mixlib-shellout (2.4.4)
molinillo (0.6.6)
multi_json (1.13.1)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
mutex_m (0.3.0)
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
Expand All @@ -147,9 +151,9 @@ GEM
net-ssh-multi (1.2.1)
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nio4r (2.3.1)
nokogiri (1.18.9-x86_64-linux-gnu)
net-telnet (0.2.0)
nio4r (2.7.4)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
octokit (4.22.0)
faraday (>= 0.9)
Expand All @@ -166,20 +170,21 @@ GEM
plist (~> 3.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
parallel (1.14.0)
parser (2.6.0.0)
ast (~> 2.4.0)
plist (3.5.0)
parallel (1.24.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
plist (3.7.2)
polyglot (0.3.5)
powerpack (0.1.2)
proxifier (1.0.3)
psych (3.1.0)
public_suffix (5.0.5)
public_suffix (5.1.1)
racc (1.8.1)
rack (2.2.14)
rainbow (3.0.0)
rake (12.3.3)
rack (2.2.19)
rainbow (3.1.1)
rake (13.3.0)
regexp_parser (2.11.3)
retryable (2.0.4)
rexml (3.4.4)
ridley (5.1.1)
addressable
buff-config (~> 2.0)
Expand Down Expand Up @@ -207,7 +212,7 @@ GEM
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-its (1.2.0)
rspec-its (1.3.1)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.7.0)
Expand All @@ -217,62 +222,65 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.65.0)
jaro_winkler (~> 1.5.1)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
rufus-lru (1.1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
semverse (2.0.0)
serverspec (2.41.3)
serverspec (2.43.0)
multi_json
rspec (~> 3.0)
rspec-its
specinfra (~> 2.72)
sfl (2.3)
solve (4.0.2)
solve (4.0.4)
molinillo (~> 0.6)
semverse (>= 1.1, < 4.0)
specinfra (2.76.9)
specinfra (2.94.1)
base64
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
net-telnet
sfl
stove (6.1.1)
chef-api (~> 0.5)
logify (~> 0.2)
syslog-logger (1.6.8)
systemu (2.6.5)
thor (<= 1.4.0)
thor (0.19.1)
timers (4.0.4)
hitimes
tomlrb (1.2.8)
treetop (1.6.10)
tomlrb (1.3.0)
treetop (1.6.14)
polyglot (~> 0.3)
unicode-display_width (1.4.1)
unicode-display_width (1.8.0)
uuidtools (2.1.5)
varia_model (0.6.0)
buff-extensions (~> 2.0)
hashie (>= 2.0.2, < 4.0.0)
wmi-lite (1.0.2)
wmi-lite (1.0.7)

PLATFORMS
x86_64-linux
arm64-darwin-25

DEPENDENCIES
berkshelf (~> 6.3)
chef (~> 13.6)
chefspec (~> 7.1)
foodcritic (~> 12.2)
rake (~> 13.3)
rack (>= 2.2.19)
rubocop (~> 0.52)
stove (~> 6.0)

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/datadog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

chef_version = ENV.fetch('CHEF_VERSION', '14.10.9')

gem 'rake'
gem "rack", ">= 2.2.19"
gem 'chef', "= #{chef_version}"
gem 'cucumber-core', '~> 3.2.1'
gem 'yaml'
Expand Down
Loading
Loading