From d8ff2db9806035879ede88f4406e7ac3b76eb9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:18:31 +0000 Subject: [PATCH] Bump rails from 6.1.7.2 to 7.1.3.4 Bumps [rails](https://github.com/rails/rails) from 6.1.7.2 to 7.1.3.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.7.2...v7.1.3.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 209 ++++++++++++++++++++++++++++++--------------------- 2 files changed, 124 insertions(+), 87 deletions(-) diff --git a/Gemfile b/Gemfile index 9fea571ba..ad8381d4c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby "~> 3.2" # Server core -gem 'rails', '~> 6.1' +gem 'rails', '~> 7.1' gem 'puma', '~> 5.6' # gem 'bootsnap', require: false gem 'sprockets', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index df905df47..f3d548b91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,44 +54,55 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.7.2) - actionpack (= 6.1.7.2) - activesupport (= 6.1.7.2) + actioncable (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.2) - actionpack (= 6.1.7.2) - activejob (= 6.1.7.2) - activerecord (= 6.1.7.2) - activestorage (= 6.1.7.2) - activesupport (= 6.1.7.2) + zeitwerk (~> 2.6) + actionmailbox (7.1.3.4) + actionpack (= 7.1.3.4) + activejob (= 7.1.3.4) + activerecord (= 7.1.3.4) + activestorage (= 7.1.3.4) + activesupport (= 7.1.3.4) mail (>= 2.7.1) - actionmailer (6.1.7.2) - actionpack (= 6.1.7.2) - actionview (= 6.1.7.2) - activejob (= 6.1.7.2) - activesupport (= 6.1.7.2) + net-imap + net-pop + net-smtp + actionmailer (7.1.3.4) + actionpack (= 7.1.3.4) + actionview (= 7.1.3.4) + activejob (= 7.1.3.4) + activesupport (= 7.1.3.4) mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) - actionpack (6.1.7.2) - actionview (= 6.1.7.2) - activesupport (= 6.1.7.2) - rack (~> 2.0, >= 2.0.9) + net-imap + net-pop + net-smtp + rails-dom-testing (~> 2.2) + actionpack (7.1.3.4) + actionview (= 7.1.3.4) + activesupport (= 7.1.3.4) + 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 (6.1.7.2) - actionpack (= 6.1.7.2) - activerecord (= 6.1.7.2) - activestorage (= 6.1.7.2) - activesupport (= 6.1.7.2) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.3.4) + actionpack (= 7.1.3.4) + activerecord (= 7.1.3.4) + activestorage (= 7.1.3.4) + activesupport (= 7.1.3.4) + globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (6.1.7.2) - activesupport (= 6.1.7.2) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) active_record_union (1.3.0) activerecord (>= 4.0) active_storage_validations (1.0.3) @@ -99,31 +110,35 @@ GEM activemodel (>= 5.2.0) activestorage (>= 5.2.0) activesupport (>= 5.2.0) - activejob (6.1.7.2) - activesupport (= 6.1.7.2) + activejob (7.1.3.4) + activesupport (= 7.1.3.4) globalid (>= 0.3.6) - activemodel (6.1.7.2) - activesupport (= 6.1.7.2) + activemodel (7.1.3.4) + activesupport (= 7.1.3.4) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (6.1.7.2) - activemodel (= 6.1.7.2) - activesupport (= 6.1.7.2) - activestorage (6.1.7.2) - actionpack (= 6.1.7.2) - activejob (= 6.1.7.2) - activerecord (= 6.1.7.2) - activesupport (= 6.1.7.2) + activerecord (7.1.3.4) + activemodel (= 7.1.3.4) + activesupport (= 7.1.3.4) + timeout (>= 0.4.0) + activestorage (7.1.3.4) + actionpack (= 7.1.3.4) + activejob (= 7.1.3.4) + activerecord (= 7.1.3.4) + activesupport (= 7.1.3.4) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (6.1.7.2) + activesupport (7.1.3.4) + 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) - zeitwerk (~> 2.3) acts_as_list (1.1.0) activerecord (>= 4.2) addressable (2.8.0) @@ -1269,7 +1284,9 @@ GEM barnes (0.0.9) multi_json (~> 1) statsd-ruby (~> 1.1) + base64 (0.2.0) bcrypt (3.1.18) + bigdecimal (3.1.8) bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -1305,7 +1322,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.3) + date (3.3.4) dateslices (0.0.4) rails (> 4) db_text_search (1.0.0) @@ -1328,6 +1345,7 @@ GEM docile (1.1.5) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + drb (2.2.1) engtagger (0.4.0) lru_redux erubi (1.13.0) @@ -1372,8 +1390,8 @@ GEM railties (>= 3.2, < 8.0) friendly_id (5.4.2) activerecord (>= 4.0.0) - globalid (1.1.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) html-pipeline (2.14.2) activesupport (>= 2) nokogiri (>= 1.4) @@ -1408,6 +1426,10 @@ GEM inline_svg (1.8.0) activesupport (>= 3.0) nokogiri (>= 1.6) + io-console (0.7.2) + irb (1.13.2) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jmespath (1.6.2) json (2.5.1) jwt (2.2.3) @@ -1442,12 +1464,12 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) material_icons (4.0.0) railties (>= 3.2) memory_profiler (1.0.1) - meta-tags (2.18.0) - actionpack (>= 3.2.0, < 7.1) + meta-tags (2.21.0) + actionpack (>= 6.0.0, < 7.2) method_source (1.1.0) mime-types (3.3.1) mime-types-data (~> 3.2015) @@ -1456,27 +1478,28 @@ GEM nokogiri (~> 1) rake mini_magick (4.11.0) - mini_mime (1.1.2) - mini_portile2 (2.8.2) + mini_mime (1.1.5) + mini_portile2 (2.8.7) mini_racer (0.6.3) libv8-node (~> 16.10.0.0) - minitest (5.24.0) + minitest (5.24.1) multi_json (1.15.0) multipart-post (2.3.0) mustache (1.1.1) + mutex_m (0.2.0) nested_form (0.3.2) - net-imap (0.3.4) + 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-smtp (0.3.3) + net-smtp (0.5.0) net-protocol netrc (0.11.0) newrelic_rpm (9.2.0) - nio4r (2.5.9) + nio4r (2.7.3) nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -1491,8 +1514,8 @@ GEM mime-types mimemagic (~> 0.3.0) terrapin (~> 0.6.0) - paranoia (2.6.1) - activerecord (>= 5.1, < 7.1) + paranoia (2.6.3) + activerecord (>= 5.1, < 7.2) paypal-checkout-sdk (1.0.4) paypalhttp (~> 1.0.1) paypal_client (0.4.1) @@ -1505,6 +1528,8 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) + psych (5.1.2) + stringio public_suffix (4.0.7) puma (5.6.5) nio4r (~> 2.0) @@ -1518,23 +1543,27 @@ GEM rack (>= 1.2.0) rack-proxy (0.7.6) rack + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rails (6.1.7.2) - actioncable (= 6.1.7.2) - actionmailbox (= 6.1.7.2) - actionmailer (= 6.1.7.2) - actionpack (= 6.1.7.2) - actiontext (= 6.1.7.2) - actionview (= 6.1.7.2) - activejob (= 6.1.7.2) - activemodel (= 6.1.7.2) - activerecord (= 6.1.7.2) - activestorage (= 6.1.7.2) - activesupport (= 6.1.7.2) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.3.4) + actioncable (= 7.1.3.4) + actionmailbox (= 7.1.3.4) + actionmailer (= 7.1.3.4) + actionpack (= 7.1.3.4) + actiontext (= 7.1.3.4) + actionview (= 7.1.3.4) + activejob (= 7.1.3.4) + activemodel (= 7.1.3.4) + activerecord (= 7.1.3.4) + activestorage (= 7.1.3.4) + activesupport (= 7.1.3.4) bundler (>= 1.15.0) - railties (= 6.1.7.2) - sprockets-rails (>= 2.0.0) + railties (= 7.1.3.4) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -1554,16 +1583,20 @@ GEM turbo-rails (~> 1.0) rails_gravatar (1.0.4) actionview - railties (6.1.7.2) - actionpack (= 6.1.7.2) - activesupport (= 6.1.7.2) - method_source + railties (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rdoc (6.7.0) + psych (>= 4.0.0) react-rails (2.6.2) babel-transpiler (>= 0.7.0) connection_pool @@ -1575,6 +1608,8 @@ GEM redis-client (>= 0.9.0) redis-client (0.14.1) connection_pool + reline (0.5.9) + io-console (~> 0.5) responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) @@ -1626,15 +1661,16 @@ GEM babel-source (>= 5.8.11) babel-transpiler sprockets (>= 3.0.0) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.1) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sqlite3 (1.6.2) mini_portile2 (~> 2.8.0) sqlite3 (1.6.2-x86_64-linux) stackprof (0.2.25) statsd-ruby (1.5.0) + stringio (3.1.1) stripe (5.55.0) stripe_event (2.7.0) activesupport (>= 3.1) @@ -1649,7 +1685,7 @@ GEM thor (1.3.1) tilt (2.0.11) timeago_js (3.0.2.2) - timeout (0.3.2) + timeout (0.4.1) tribute (3.6.0.0) turbo-rails (1.4.0) actionpack (>= 6.0.0) @@ -1675,11 +1711,12 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) + webrick (1.8.1) websocket (1.2.9) websocket-client-simple (0.3.0) event_emitter websocket - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) word_count_analyzer (1.0.1) @@ -1735,7 +1772,7 @@ DEPENDENCIES puma (~> 5.6) puma-heroku rack-mini-profiler - rails (~> 6.1) + rails (~> 7.1) rails-jquery-autocomplete rails-ujs rails_admin