From 22606a7afb5f025e4837de060f32c718925ebde1 Mon Sep 17 00:00:00 2001 From: Khushal Singla Date: Thu, 9 Oct 2025 14:43:48 +0800 Subject: [PATCH] update the rake version in GEM file and bundle update to update the gem.lock file --- .DS_Store | Bin 6148 -> 0 bytes cookbooks/curl/Gemfile | 2 +- cookbooks/curl/Gemfile.lock | 148 +++++++++++++++++---------------- cookbooks/datadog/Gemfile | 2 +- cookbooks/datadog/Gemfile.lock | 38 +++++---- 5 files changed, 102 insertions(+), 88 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index bd795eb6672aff67c15d4ec2bf6f3000ee6cef4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKPfrs;6n_I1c0pu;RuN;eu@@5vA|b@a7;1rNV+=?MmH^h>c3L*w?likwDiD&M z_2dWe19fVwY=uGA?eKW_cMrQ6)K!l6cHMP?aAxK+>FJGK=cE6!oev~9J2k?@k*?jVGXYo2;ZFS z&~!~N7~_YBvv*Qc=4>i;G-V#9W@o0%x%s)HBV9`*Z{1xhRNb1#UW(ZQ!QD;Bkis^+ zLgf@LoZ_CE8Tr(n*;m78&rKf~yf}1e*ccfd8;Or35|^)xC$3IhnMYZP2ZX@04aKVh7KW^rcZ$rDPd+TdVsq7}JY;g=yW}&Oe$-ZOO2vSrQ~;9cd8umgwn-sb z_n1fZWO`K^bUdvl@soWF8~A}9z-xE|Z{Y)cgfH+7evp1*kQ-!@%#nL!fjlHn$Qmh< zUE&a52Iy(O?(3bINPz8AUiV(k_gv;xu$O!4um;PRe+i#p8K$8IrOw4cc-)iA37cmj zYMR>MStO5gMhrv@oNEU7{$OI^m{!=5D7Fr)#1#NBhGrqC^FIvS$5fbB*pi4nC`7s< zN>`$;7(}|G-Bjb!3R@DTI}mmGASyFaHxweWV|-H#2a=W;)e!>`1Dy=?%BI23|K&g5 z|2v(cR>VNWz< 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' diff --git a/cookbooks/curl/Gemfile.lock b/cookbooks/curl/Gemfile.lock index ac3b2150..600596af 100644 --- a/cookbooks/curl/Gemfile.lock +++ b/cookbooks/curl/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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 @@ -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 @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/cookbooks/datadog/Gemfile b/cookbooks/datadog/Gemfile index d9aea64f..47efc15d 100644 --- a/cookbooks/datadog/Gemfile +++ b/cookbooks/datadog/Gemfile @@ -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' diff --git a/cookbooks/datadog/Gemfile.lock b/cookbooks/datadog/Gemfile.lock index 8435909e..edea990c 100644 --- a/cookbooks/datadog/Gemfile.lock +++ b/cookbooks/datadog/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.5) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -15,6 +15,7 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) backports (3.18.2) + base64 (0.3.0) bcrypt_pbkdf (1.0.1) berkshelf (7.0.10) chef (>= 13.6.52) @@ -78,6 +79,8 @@ GEM mixlib-config (>= 2.2.12, < 3.0) mixlib-shellout (~> 2.0) tomlrb (~> 1.2) + chef-utils (18.8.11) + concurrent-ruby chef-zero (14.0.17) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) @@ -110,7 +113,7 @@ GEM cucumber-tag_expressions (1.1.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - diff-lcs (1.4.4) + diff-lcs (1.6.2) docile (1.3.2) ed25519 (1.2.4) equalizer (0.0.11) @@ -121,8 +124,8 @@ GEM fauxhai-ng (8.3.1) net-ssh ffi (1.13.1) - ffi-yajl (2.3.4) - libyajl2 (~> 1.2) + ffi-yajl (2.6.0) + libyajl2 (>= 1.2) foodcritic (16.3.0) erubis ffi-yajl (~> 2.0) @@ -134,8 +137,9 @@ GEM gherkin (5.1.0) gssapi (1.3.0) ffi (>= 1.0.1) - gyoku (1.3.1) + gyoku (1.4.0) builder (>= 2.1.2) + rexml (~> 3.0) hashie (3.6.0) highline (1.7.10) httpclient (2.8.3) @@ -166,7 +170,7 @@ GEM multi_json (~> 1.14) mini_portile2 (2.8.9) minitar (0.9) - minitest (5.23.1) + minitest (5.25.4) mixlib-archive (1.0.7) mixlib-log mixlib-authentication (2.1.1) @@ -194,8 +198,8 @@ GEM net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) net-telnet (0.1.1) - nokogiri (1.18.8) - mini_portile2 (~> 2.8.2) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) nori (2.6.0) octokit (4.18.0) @@ -224,7 +228,7 @@ GEM proxifier (1.0.3) public_suffix (4.0.6) racc (1.8.1) - rack (2.2.18) + rack (2.2.19) rainbow (3.0.0) rake (13.0.1) rbnacl (4.0.2) @@ -282,14 +286,15 @@ GEM solve (4.0.4) molinillo (~> 0.6) semverse (>= 1.1, < 4.0) - specinfra (2.82.21) + specinfra (2.94.1) + base64 net-scp net-ssh (>= 2.7) - net-telnet (= 0.1.1) + net-telnet sfl - strings (0.2.0) + strings (0.2.1) strings-ansi (~> 0.2) - unicode-display_width (~> 1.5) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) sync (0.5.0) @@ -297,8 +302,9 @@ GEM systemu (2.6.5) term-ansicolor (1.7.1) tins (~> 1.0) - test-kitchen (2.7.2) + test-kitchen (2.12.0) bcrypt_pbkdf (~> 1.0) + chef-utils (>= 16.4.35) ed25519 (~> 1.2) license-acceptance (>= 1.0.11, < 3.0) mixlib-install (~> 3.6) @@ -317,7 +323,7 @@ GEM tomlrb (1.3.0) treetop (1.6.11) polyglot (~> 0.3) - tty-box (0.6.0) + tty-box (0.7.0) pastel (~> 0.8) strings (~> 0.2.0) tty-cursor (~> 0.7) @@ -382,7 +388,7 @@ DEPENDENCIES json_spec (~> 1.1.4) kitchen-docker (~> 2.3.0) kitchen-vagrant - rake + rack (>= 2.2.19) rbnacl (~> 4.0.2) rbnacl-libsodium (~> 1.0.16) rubocop (~> 0.80.1)