diff --git a/src/supermarket/Gemfile b/src/supermarket/Gemfile index fea982491..772059aa8 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.8" +gem "rails", "~> 7.2.0" gem "omniauth", "~> 2.1.1" gem "omniauth-chef-oauth2" diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index 8121e7204..43a14b6d2 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -7,78 +7,83 @@ PATH mixlib-archive (>= 0.4, < 2.0) net-smtp octokit (~> 4.16) - rails (~> 7.0.1) + rails (>= 7.0.1, < 7.3.0) sidekiq (>= 6.4, < 7.0) sprockets-rails GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.4) - actionpack (= 7.0.8.4) - activesupport (= 7.0.8.4) + actioncable (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8.4) - actionpack (= 7.0.8.4) - activejob (= 7.0.8.4) - activerecord (= 7.0.8.4) - activestorage (= 7.0.8.4) - activesupport (= 7.0.8.4) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.0.8.4) - actionpack (= 7.0.8.4) - actionview (= 7.0.8.4) - activejob (= 7.0.8.4) - activesupport (= 7.0.8.4) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.8.4) - actionview (= 7.0.8.4) - activesupport (= 7.0.8.4) - rack (~> 2.0, >= 2.2.4) + zeitwerk (~> 2.6) + actionmailbox (7.2.0) + actionpack (= 7.2.0) + activejob (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) + mail (>= 2.8.0) + actionmailer (7.2.0) + actionpack (= 7.2.0) + actionview (= 7.2.0) + activejob (= 7.2.0) + activesupport (= 7.2.0) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (7.2.0) + actionview (= 7.2.0) + activesupport (= 7.2.0) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4, < 3.2) + 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.8.4) - actionpack (= 7.0.8.4) - activerecord (= 7.0.8.4) - activestorage (= 7.0.8.4) - activesupport (= 7.0.8.4) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actiontext (7.2.0) + actionpack (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.4) - activesupport (= 7.0.8.4) + actionview (7.2.0) + activesupport (= 7.2.0) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8.4) - activesupport (= 7.0.8.4) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.2.0) + activesupport (= 7.2.0) globalid (>= 0.3.6) - activemodel (7.0.8.4) - activesupport (= 7.0.8.4) - activerecord (7.0.8.4) - activemodel (= 7.0.8.4) - activesupport (= 7.0.8.4) - activestorage (7.0.8.4) - actionpack (= 7.0.8.4) - activejob (= 7.0.8.4) - activerecord (= 7.0.8.4) - activesupport (= 7.0.8.4) + activemodel (7.2.0) + activesupport (= 7.2.0) + activerecord (7.2.0) + activemodel (= 7.2.0) + activesupport (= 7.2.0) + timeout (>= 0.4.0) + activestorage (7.2.0) + actionpack (= 7.2.0) + activejob (= 7.2.0) + activerecord (= 7.2.0) + activesupport (= 7.2.0) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8.4) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.0) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) and_feathers (1.0.0.pre.2) @@ -106,7 +111,7 @@ GEM base64 (0.2.0) bigdecimal (3.1.8) brakeman (5.4.1) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) capybara (3.38.0) addressable @@ -194,7 +199,7 @@ GEM sass (>= 3.2, < 3.5) compass-rails (2.0.1) compass (~> 1.0.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.4) connection_pool (2.3.0) cookstyle (7.32.1) rubocop (= 1.25.1) @@ -225,6 +230,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) + drb (2.2.1) dry-core (1.0.0) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) @@ -244,7 +250,7 @@ GEM dry-inflector (~> 1.0, < 2) dry-logic (>= 1.4, < 2) zeitwerk (~> 2.6) - erubi (1.12.0) + erubi (1.13.0) erubis (2.7.0) et-orbi (1.2.7) tzinfo @@ -286,8 +292,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) @@ -327,7 +333,7 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) iniparse (1.5.0) @@ -355,7 +361,11 @@ GEM train-core (~> 3.10) tty-prompt (~> 0.17) tty-table (~> 0.10) + io-console (0.7.2) ipaddress (0.8.3) + irb (1.14.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -418,23 +428,27 @@ GEM llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) logging (2.4.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) - marcel (1.0.2) + net-imap + net-pop + net-smtp + marcel (1.0.4) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.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.24.1) mixlib-archive (1.1.7) mixlib-log mixlib-authentication (3.0.10) @@ -452,11 +466,12 @@ GEM net-ftp (0.3.7) net-protocol time - net-imap (0.3.1) + net-imap (0.4.14) + date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) @@ -546,55 +561,67 @@ GEM pry (>= 0.13, < 0.15) pry-rails (0.3.9) pry (>= 0.10.4) + psych (5.1.2) + stringio public_suffix (5.0.1) puma (5.6.8) 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.8.1) + rack (2.2.9) rack-protection (3.0.5) rack - rack-test (2.0.2) + rack-session (1.0.2) + rack (< 3) + rack-test (2.1.0) rack (>= 1.3) - rails (7.0.8.4) - actioncable (= 7.0.8.4) - actionmailbox (= 7.0.8.4) - actionmailer (= 7.0.8.4) - actionpack (= 7.0.8.4) - actiontext (= 7.0.8.4) - actionview (= 7.0.8.4) - activejob (= 7.0.8.4) - activemodel (= 7.0.8.4) - activerecord (= 7.0.8.4) - activestorage (= 7.0.8.4) - activesupport (= 7.0.8.4) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.2.0) + actioncable (= 7.2.0) + actionmailbox (= 7.2.0) + actionmailer (= 7.2.0) + actionpack (= 7.2.0) + actiontext (= 7.2.0) + actionview (= 7.2.0) + activejob (= 7.2.0) + activemodel (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) bundler (>= 1.15.0) - railties (= 7.0.8.4) + railties (= 7.2.0) 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.8.4) - actionpack (= 7.0.8.4) - activesupport (= 7.0.8.4) - method_source + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) + irb (~> 1.13) + 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.2.1) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) rb-readline (0.5.5) + rdoc (6.7.0) + psych (>= 4.0.0) redcarpet (3.5.1) redis (4.8.0) redis-actionpack (5.3.0) @@ -614,6 +641,8 @@ GEM redis-store (1.9.1) redis (>= 4, < 5) regexp_parser (2.7.0) + reline (0.5.9) + io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -683,6 +712,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.3.1) semverse (3.0.2) sentry-raven (3.1.2) faraday (>= 1.0) @@ -716,6 +746,7 @@ GEM sprockets (>= 3.0.0) sslshake (1.3.1) statsd-ruby (1.5.0) + stringio (3.1.1) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -724,11 +755,11 @@ GEM syslog-logger (1.6.8) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) - thor (1.2.1) + thor (1.2.2) tilt (2.0.10) time (0.3.0) date - timeout (0.3.1) + timeout (0.4.1) tomlrb (1.3.0) train-core (3.12.6) addressable (~> 2.5) @@ -780,6 +811,7 @@ GEM unicorn-rails (2.2.1) rack unicorn + useragent (0.16.10) utf8-cleaner (1.0.0) activesupport uuidtools (2.2.0) @@ -794,7 +826,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.8) @@ -826,7 +858,7 @@ GEM yajl-ruby (1.4.3) yard (0.9.28) webrick (~> 1.7.0) - zeitwerk (2.6.7) + zeitwerk (2.6.17) PLATFORMS x86_64-darwin-21 @@ -884,7 +916,7 @@ DEPENDENCIES pry-rails puma pundit - rails (~> 7.0.8) + rails (~> 7.2.0) rails-controller-testing rb-readline redcarpet diff --git a/src/supermarket/engines/fieri/fieri.gemspec b/src/supermarket/engines/fieri/fieri.gemspec index 3ce729250..97c81f84a 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.3.0" s.add_dependency "sidekiq", ">= 6.4", "< 7.0" s.add_dependency "cookstyle", ">= 7.30" s.add_dependency "net-smtp"