From 364596c6d97083467addf493adcad6f2f1896935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:12:57 +0000 Subject: [PATCH] bump rails from 7.0.4 to 7.1.2 in /src/supermarket --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/supermarket/Gemfile | 2 +- src/supermarket/Gemfile.lock | 216 ++++++++++++-------- src/supermarket/engines/fieri/fieri.gemspec | 2 +- 3 files changed, 129 insertions(+), 91 deletions(-) diff --git a/src/supermarket/Gemfile b/src/supermarket/Gemfile index 7ee12c8c2f..b145e34da2 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.4" +gem "rails", "~> 7.1.2" gem "omniauth", "~> 2.1.1" gem "omniauth-chef-oauth2" diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index a51cb9f9f3..09c09c6858 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -7,77 +7,86 @@ PATH mixlib-archive (>= 0.4, < 2.0) net-smtp octokit (~> 4.16) - rails (~> 7.0.1) + rails (>= 7.0.1, < 7.2.0) sidekiq (>= 6.4, < 7.0) sprockets-rails GEM remote: https://rubygems.org/ specs: - actioncable (7.0.4) - actionpack (= 7.0.4) - activesupport (= 7.0.4) + actioncable (7.1.2) + actionpack (= 7.1.2) + activesupport (= 7.1.2) nio4r (~> 2.0) websocket-driver (>= 0.6.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) + zeitwerk (~> 2.6) + actionmailbox (7.1.2) + actionpack (= 7.1.2) + activejob (= 7.1.2) + activerecord (= 7.1.2) + activestorage (= 7.1.2) + activesupport (= 7.1.2) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.4) - actionpack (= 7.0.4) - actionview (= 7.0.4) - activejob (= 7.0.4) - activesupport (= 7.0.4) + actionmailer (7.1.2) + actionpack (= 7.1.2) + actionview (= 7.1.2) + activejob (= 7.1.2) + activesupport (= 7.1.2) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.4) - actionview (= 7.0.4) - activesupport (= 7.0.4) - rack (~> 2.0, >= 2.2.0) + rails-dom-testing (~> 2.2) + actionpack (7.1.2) + actionview (= 7.1.2) + activesupport (= 7.1.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.4) - actionpack (= 7.0.4) - activerecord (= 7.0.4) - activestorage (= 7.0.4) - activesupport (= 7.0.4) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.2) + actionpack (= 7.1.2) + activerecord (= 7.1.2) + activestorage (= 7.1.2) + activesupport (= 7.1.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.4) - activesupport (= 7.0.4) + actionview (7.1.2) + activesupport (= 7.1.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.4) - activesupport (= 7.0.4) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.1.2) + activesupport (= 7.1.2) globalid (>= 0.3.6) - 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) + activemodel (7.1.2) + activesupport (= 7.1.2) + activerecord (7.1.2) + activemodel (= 7.1.2) + activesupport (= 7.1.2) + timeout (>= 0.4.0) + activestorage (7.1.2) + actionpack (= 7.1.2) + activejob (= 7.1.2) + activerecord (= 7.1.2) + activesupport (= 7.1.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.4) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) @@ -103,6 +112,8 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) + base64 (0.2.0) + bigdecimal (3.1.4) brakeman (5.4.1) builder (3.2.4) byebug (11.1.3) @@ -206,6 +217,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) + date (3.3.4) ddtrace (1.0.0) debase-ruby_core_source (<= 0.10.15) libddwaf (~> 1.3.0.0.0.a) @@ -219,6 +231,8 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) + drb (2.2.0) + ruby2_keywords dry-core (1.0.0) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) @@ -280,8 +294,8 @@ GEM et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) fuzzyurl (0.9.0) - globalid (1.1.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) gssapi (1.3.1) ffi (>= 1.0.1) guard (2.18.0) @@ -320,7 +334,7 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) ice_nine (0.11.2) iniparse (1.5.0) @@ -347,7 +361,11 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) + io-console (0.6.0) ipaddress (0.8.3) + irb (1.9.0) + rdoc + reline (>= 0.3.8) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -413,20 +431,23 @@ GEM logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) lumberjack (1.2.8) - mail (2.7.1) + mail (2.8.1) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) - mini_mime (1.1.2) - minitest (5.18.0) + mini_mime (1.1.5) + minitest (5.20.0) mixlib-archive (1.1.7) mixlib-log mixlib-authentication (3.0.10) @@ -440,12 +461,14 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.2.3) + mutex_m (0.2.0) nenv (0.3.0) - net-imap (0.3.1) + net-imap (0.4.5) + date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) @@ -454,7 +477,7 @@ GEM net-smtp (0.3.3) net-protocol net-ssh (6.1.0) - nio4r (2.5.8) + nio4r (2.6.0) nokogiri (1.14.2-x86_64-darwin) racc (~> 1.4) nokogiri (1.14.2-x86_64-linux) @@ -533,55 +556,67 @@ GEM pry (>= 0.13, < 0.15) pry-rails (0.3.9) pry (>= 0.10.4) + psych (5.1.1.1) + stringio public_suffix (5.0.1) puma (5.6.4) nio4r (~> 2.0) pundit (2.3.0) activesupport (>= 3.0.0) raabro (1.4.0) - racc (1.6.2) - rack (2.2.6.3) + racc (1.7.3) + rack (2.2.8) rack-protection (3.0.5) rack - rack-test (2.0.2) + rack-session (1.0.1) + rack (< 3) + rack-test (2.1.0) rack (>= 1.3) - 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) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.2) + actioncable (= 7.1.2) + actionmailbox (= 7.1.2) + actionmailer (= 7.1.2) + actionpack (= 7.1.2) + actiontext (= 7.1.2) + actionview (= 7.1.2) + activejob (= 7.1.2) + activemodel (= 7.1.2) + activerecord (= 7.1.2) + activestorage (= 7.1.2) + activesupport (= 7.1.2) bundler (>= 1.15.0) - railties (= 7.0.4) + railties (= 7.1.2) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) - railties (7.0.4) - actionpack (= 7.0.4) - activesupport (= 7.0.4) - method_source + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.1.2) + actionpack (= 7.1.2) + activesupport (= 7.1.2) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) raindrops (0.20.0) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) rb-readline (0.5.5) + rdoc (6.6.0) + psych (>= 4.0.0) redcarpet (3.5.1) redis (4.8.0) redis-actionpack (5.3.0) @@ -601,6 +636,8 @@ GEM redis-store (1.9.1) redis (>= 4, < 5) regexp_parser (2.7.0) + reline (0.4.0) + io-console (~> 0.5) rexml (3.2.5) rinku (2.0.6) rollout (2.5.0) @@ -697,6 +734,7 @@ GEM sprockets (>= 3.0.0) sslshake (1.3.1) statsd-ruby (1.5.0) + stringio (3.0.9) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -705,9 +743,9 @@ GEM syslog-logger (1.6.8) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) - thor (1.2.1) + thor (1.3.0) tilt (2.0.10) - timeout (0.3.1) + timeout (0.4.1) tomlrb (1.3.0) train-core (3.9.2) addressable (~> 2.5) @@ -769,7 +807,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.7.0) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) winrm (2.3.6) @@ -800,7 +838,7 @@ GEM yajl-ruby (1.4.3) yard (0.9.28) webrick (~> 1.7.0) - zeitwerk (2.6.7) + zeitwerk (2.6.12) PLATFORMS x86_64-darwin-21 @@ -858,7 +896,7 @@ DEPENDENCIES pry-rails puma pundit - rails (~> 7.0.4) + rails (~> 7.1.2) rails-controller-testing rb-readline redcarpet diff --git a/src/supermarket/engines/fieri/fieri.gemspec b/src/supermarket/engines/fieri/fieri.gemspec index 3ce7292508..d1d236f896 100644 --- a/src/supermarket/engines/fieri/fieri.gemspec +++ b/src/supermarket/engines/fieri/fieri.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.add_dependency "dotenv-rails" s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0" s.add_dependency "octokit", "~> 4.16" # 4.16+ fixes deprecations in auth - s.add_dependency "rails", "~> 7.0.1" + s.add_dependency "rails", ">= 7.0.1", "< 7.2.0" s.add_dependency "sidekiq", ">= 6.4", "< 7.0" s.add_dependency "cookstyle", ">= 7.30" s.add_dependency "net-smtp"