diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 568a2dc2b..068a464fa 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/omnibus-software.git - revision: 7e22da8ba819a3d621f60a4aa1f273c1f59a4972 + revision: ca097df718e97bf5db88e6a38a94df0c1d10c4d2 branch: main specs: omnibus-software (4.0.0) @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/omnibus.git - revision: ec194420d4fff6edf108a17913f8ff85f8c91a4c + revision: 5bc091ab3ed4ab002ef85dad3923914c25bb3dcd branch: main specs: - omnibus (9.0.5) + omnibus (9.0.8) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-utils (>= 15.4) @@ -29,14 +29,14 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) artifactory (3.0.15) ast (2.4.2) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.619.0) - aws-sdk-core (3.132.0) + aws-partitions (1.645.0) + aws-sdk-core (3.160.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) @@ -51,7 +51,7 @@ GEM aws-sdk-secretsmanager (1.62.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) - aws-sigv4 (1.5.1) + aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) bcrypt_pbkdf (1.1.0) berkshelf (8.0.2) @@ -286,7 +286,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.7) + public_suffix (5.0.0) rack (2.2.3.1) rainbow (3.1.1) regexp_parser (2.2.1) diff --git a/src/supermarket/Gemfile b/src/supermarket/Gemfile index 9da44ea1a..83aef811f 100644 --- a/src/supermarket/Gemfile +++ b/src/supermarket/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "fieri", path: "engines/fieri" -gem "rails", "~> 7.0.3" +gem "rails", "~> 7.0.4" gem "omniauth", "~> 2.1.0" gem "omniauth-chef-oauth2" diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index 6708bcf1b..bcb794ca7 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -14,73 +14,73 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.0.3.1) - actionpack (= 7.0.3.1) - activesupport (= 7.0.3.1) + actioncable (7.0.4) + actionpack (= 7.0.4) + activesupport (= 7.0.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.3.1) - actionpack (= 7.0.3.1) - activejob (= 7.0.3.1) - activerecord (= 7.0.3.1) - activestorage (= 7.0.3.1) - activesupport (= 7.0.3.1) + actionmailbox (7.0.4) + actionpack (= 7.0.4) + activejob (= 7.0.4) + activerecord (= 7.0.4) + activestorage (= 7.0.4) + activesupport (= 7.0.4) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.3.1) - actionpack (= 7.0.3.1) - actionview (= 7.0.3.1) - activejob (= 7.0.3.1) - activesupport (= 7.0.3.1) + actionmailer (7.0.4) + actionpack (= 7.0.4) + actionview (= 7.0.4) + activejob (= 7.0.4) + activesupport (= 7.0.4) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.3.1) - actionview (= 7.0.3.1) - activesupport (= 7.0.3.1) + actionpack (7.0.4) + actionview (= 7.0.4) + activesupport (= 7.0.4) rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.3.1) - actionpack (= 7.0.3.1) - activerecord (= 7.0.3.1) - activestorage (= 7.0.3.1) - activesupport (= 7.0.3.1) + actiontext (7.0.4) + actionpack (= 7.0.4) + activerecord (= 7.0.4) + activestorage (= 7.0.4) + activesupport (= 7.0.4) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.3.1) - activesupport (= 7.0.3.1) + actionview (7.0.4) + activesupport (= 7.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.3.1) - activesupport (= 7.0.3.1) + activejob (7.0.4) + activesupport (= 7.0.4) globalid (>= 0.3.6) - activemodel (7.0.3.1) - activesupport (= 7.0.3.1) - activerecord (7.0.3.1) - activemodel (= 7.0.3.1) - activesupport (= 7.0.3.1) - activestorage (7.0.3.1) - actionpack (= 7.0.3.1) - activejob (= 7.0.3.1) - activerecord (= 7.0.3.1) - activesupport (= 7.0.3.1) + activemodel (7.0.4) + activesupport (= 7.0.4) + activerecord (7.0.4) + activemodel (= 7.0.4) + activesupport (= 7.0.4) + activestorage (7.0.4) + actionpack (= 7.0.4) + activejob (= 7.0.4) + activerecord (= 7.0.4) + activesupport (= 7.0.4) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.3.1) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) and_feathers (1.0.0.pre.2) and_feathers-gzipped_tarball (1.0.0.pre) ast (2.4.2) @@ -190,7 +190,7 @@ GEM compass-rails (2.0.1) compass (~> 1.0.0) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.3.0) cookstyle (7.32.1) rubocop (= 1.25.1) corefoundation (0.3.13) @@ -242,7 +242,7 @@ GEM dry-core (~> 0.5, >= 0.5) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - erubi (1.10.0) + erubi (1.11.0) erubis (2.7.0) et-orbi (1.2.7) tzinfo @@ -415,7 +415,7 @@ GEM logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - loofah (2.18.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -428,7 +428,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - minitest (5.16.2) + minitest (5.16.3) mixlib-archive (1.1.7) mixlib-log mixlib-authentication (3.0.10) @@ -443,24 +443,18 @@ GEM multi_xml (0.6.0) multipart-post (2.2.3) nenv (0.3.0) - net-imap (0.2.3) - digest + net-imap (0.3.1) net-protocol - strscan - net-pop (0.1.1) - digest + net-pop (0.1.2) net-protocol - timeout net-protocol (0.1.3) timeout net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-sftp (3.0.0) net-ssh (>= 5.0.0, < 7.0.0) - net-smtp (0.3.1) - digest + net-smtp (0.3.2) net-protocol - timeout net-ssh (6.1.0) nio4r (2.5.8) nokogiri (1.13.8-x86_64-linux) @@ -538,7 +532,7 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (4.0.7) + public_suffix (5.0.0) puma (5.6.4) nio4r (~> 2.0) pundit (2.2.0) @@ -550,20 +544,20 @@ GEM rack rack-test (2.0.2) rack (>= 1.3) - rails (7.0.3.1) - actioncable (= 7.0.3.1) - actionmailbox (= 7.0.3.1) - actionmailer (= 7.0.3.1) - actionpack (= 7.0.3.1) - actiontext (= 7.0.3.1) - actionview (= 7.0.3.1) - activejob (= 7.0.3.1) - activemodel (= 7.0.3.1) - activerecord (= 7.0.3.1) - activestorage (= 7.0.3.1) - activesupport (= 7.0.3.1) + rails (7.0.4) + actioncable (= 7.0.4) + actionmailbox (= 7.0.4) + actionmailer (= 7.0.4) + actionpack (= 7.0.4) + actiontext (= 7.0.4) + actionview (= 7.0.4) + activejob (= 7.0.4) + activemodel (= 7.0.4) + activerecord (= 7.0.4) + activestorage (= 7.0.4) + activesupport (= 7.0.4) bundler (>= 1.15.0) - railties (= 7.0.3.1) + railties (= 7.0.4) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -573,9 +567,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.3) loofah (~> 2.3) - railties (7.0.3.1) - actionpack (= 7.0.3.1) - activesupport (= 7.0.3.1) + railties (7.0.4) + actionpack (= 7.0.4) + activesupport (= 7.0.4) method_source rake (>= 12.2) thor (~> 1.0) @@ -588,7 +582,7 @@ GEM ffi (~> 1.0) rb-readline (0.5.5) redcarpet (3.5.1) - redis (4.7.1) + redis (4.8.0) redis-actionpack (5.3.0) actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 3) @@ -673,12 +667,12 @@ GEM sentry-raven (3.1.2) faraday (>= 1.0) shellany (0.0.1) - shoulda-matchers (5.1.0) + shoulda-matchers (5.2.0) activesupport (>= 5.2.0) - sidekiq (6.5.4) - connection_pool (>= 2.2.2) + sidekiq (6.5.7) + connection_pool (>= 2.2.5) rack (~> 2.0) - redis (>= 4.5.0) + redis (>= 4.5.0, < 5) sidekiq-cron (1.7.0) fugit (~> 1) sidekiq (>= 4.2.1) @@ -707,7 +701,6 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - strscan (3.0.3) syslog-logger (1.6.8) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) @@ -746,7 +739,7 @@ GEM tty-screen (~> 0.8) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - tzinfo-data (1.2022.1) + tzinfo-data (1.2022.5) tzinfo (>= 1.0.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -770,7 +763,7 @@ GEM vault (0.16.0) aws-sigv4 vcr (6.1.0) - webmock (3.17.1) + webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -806,7 +799,7 @@ GEM yajl-ruby (1.4.3) yard (0.9.28) webrick (~> 1.7.0) - zeitwerk (2.6.0) + zeitwerk (2.6.1) PLATFORMS x86_64-linux @@ -862,7 +855,7 @@ DEPENDENCIES pry-rails puma pundit - rails (~> 7.0.3) + rails (~> 7.0.4) rails-controller-testing rb-readline redcarpet diff --git a/src/supermarket/engines/fieri/Gemfile b/src/supermarket/engines/fieri/Gemfile index 42f0d305c..6a45f375c 100644 --- a/src/supermarket/engines/fieri/Gemfile +++ b/src/supermarket/engines/fieri/Gemfile @@ -15,7 +15,7 @@ gemspec group :development, :test do gem "chefstyle" gem "pry" - gem "rspec-rails", "~> 5.1" + gem "rspec-rails", "~> 6.0" gem "rubocop-rails", require: false gem "sqlite3" gem "webmock" diff --git a/src/supermarket/engines/fieri/Gemfile.lock b/src/supermarket/engines/fieri/Gemfile.lock index 1173dbf93..f89ec4b54 100644 --- a/src/supermarket/engines/fieri/Gemfile.lock +++ b/src/supermarket/engines/fieri/Gemfile.lock @@ -79,8 +79,8 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) builder (3.2.4) chef-utils (17.10.0) @@ -101,7 +101,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - erubi (1.10.0) + erubi (1.11.0) faraday (2.3.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) @@ -111,7 +111,7 @@ GEM hashdiff (1.0.1) i18n (1.12.0) concurrent-ruby (~> 1.0) - loofah (2.18.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -119,7 +119,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.16.2) + minitest (5.16.3) mixlib-archive (1.1.7) mixlib-log mixlib-log (3.0.9) @@ -153,7 +153,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.7) + public_suffix (5.0.0) racc (1.6.0) rack (2.2.4) rack-test (2.0.2) @@ -191,21 +191,21 @@ GEM rexml (3.2.5) rspec-core (3.11.0) rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec-expectations (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-rails (5.1.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - railties (>= 5.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) - rspec-support (3.11.0) + rspec-rails (6.0.0) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.11) + rspec-expectations (~> 3.11) + rspec-mocks (~> 3.11) + rspec-support (~> 3.11) + rspec-support (3.11.1) rubocop (1.25.1) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -237,21 +237,22 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.4) + sqlite3 (1.5.3-x86_64-darwin) + sqlite3 (1.5.3-x86_64-linux) strscan (3.0.3) thor (1.2.1) timeout (0.3.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) unicode-display_width (2.2.0) - webmock (3.17.1) + webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.0) + zeitwerk (2.6.1) PLATFORMS x86_64-darwin-20 @@ -263,7 +264,7 @@ DEPENDENCIES mixlib-archive (>= 0.4, < 2.0) mixlib-shellout (~> 3.2) pry - rspec-rails (~> 5.1) + rspec-rails (~> 6.0) rubocop-rails sqlite3 webmock diff --git a/src/supermarket/package-lock.json b/src/supermarket/package-lock.json index c5b2c1c65..fc45ad6e1 100644 --- a/src/supermarket/package-lock.json +++ b/src/supermarket/package-lock.json @@ -1186,7 +1186,7 @@ "node_modules/hike": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/hike/-/hike-0.1.4.tgz", - "integrity": "sha1-06/Q4JIHnHsLLjw38uLJTqLGb14=", + "integrity": "sha512-IS3Nfjxt4uxkmLKLMne7MzHIfZ2Fac9WKHIQXpNegh4hHT4gdI0j7GfxTX+y/PN3Md2zB/Z3w4DhXNv7+5Cfaw==", "dev": true, "dependencies": { "lodash": "~ 2.4.1" @@ -1195,7 +1195,7 @@ "node_modules/hike/node_modules/lodash": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", - "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "integrity": "sha512-Kak1hi6/hYHGVPmdyiZijoQyz5x2iGVzs6w9GYB/HiXEtylY7tIoYEROMjvM1d9nXJqPOrG2MNPMn01bJ+S0Rw==", "dev": true, "engines": [ "node", @@ -3842,7 +3842,7 @@ "hike": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/hike/-/hike-0.1.4.tgz", - "integrity": "sha1-06/Q4JIHnHsLLjw38uLJTqLGb14=", + "integrity": "sha512-IS3Nfjxt4uxkmLKLMne7MzHIfZ2Fac9WKHIQXpNegh4hHT4gdI0j7GfxTX+y/PN3Md2zB/Z3w4DhXNv7+5Cfaw==", "dev": true, "requires": { "lodash": "~ 2.4.1" @@ -3851,7 +3851,7 @@ "lodash": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", - "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "integrity": "sha512-Kak1hi6/hYHGVPmdyiZijoQyz5x2iGVzs6w9GYB/HiXEtylY7tIoYEROMjvM1d9nXJqPOrG2MNPMn01bJ+S0Rw==", "dev": true } }