From 067429bc06109833211c3819a6473347d8d842d1 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Mon, 12 Aug 2024 11:53:33 +0100 Subject: [PATCH] Drop support for Rails 7.0 and 7.1 Solid Cache 1.0 requires Rails 7.2 or later. This is because it needs support for disabling compression in Active Record Encryption and `uncached(dirties: false)` which were both introduced in 7.2. --- .github/workflows/main.yml | 5 +- Appraisals | 8 -- Gemfile.lock | 62 ++++----- gemfiles/rails_7.gemfile | 21 ---- gemfiles/rails_7.gemfile.lock | 198 ----------------------------- gemfiles/rails_7_1.gemfile | 21 ---- gemfiles/rails_7_1.gemfile.lock | 210 ------------------------------- gemfiles/rails_7_2.gemfile.lock | 128 ++++++++++--------- gemfiles/rails_main.gemfile.lock | 6 +- solid_cache.gemspec | 2 +- 10 files changed, 104 insertions(+), 557 deletions(-) delete mode 100644 gemfiles/rails_7.gemfile delete mode 100644 gemfiles/rails_7.gemfile.lock delete mode 100644 gemfiles/rails_7_1.gemfile delete mode 100644 gemfiles/rails_7_1.gemfile.lock diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42dde80..ea4d1db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,11 +28,8 @@ jobs: fail-fast: false matrix: ruby-version: ["3.1", "3.2", "3.3"] - gemfile: [ rails_7, rails_7_1, rails_7_2, rails_main ] + gemfile: [ rails_7_2, rails_main ] database: [sqlite, postgres, mysql] - exclude: - - ruby-version: "3.0" - gemfile: rails_main # Rails > 7.1 supports Ruby >= 3.1 services: redis: image: redis diff --git a/Appraisals b/Appraisals index 95e6247..8924eba 100644 --- a/Appraisals +++ b/Appraisals @@ -1,13 +1,5 @@ # frozen_string_literal: true -appraise "rails-7" do - gem "railties", github: "rails/rails", branch: "7-0-stable" -end - -appraise "rails-7-1" do - gem "railties", github: "rails/rails", branch: "7-1-stable" -end - appraise "rails-7-2" do gem "railties", github: "rails/rails", branch: "7-2-stable" end diff --git a/Gemfile.lock b/Gemfile.lock index 2a25e0f..a2249c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,48 +2,50 @@ PATH remote: . specs: solid_cache (0.7.0) - activejob (>= 7) - activerecord (>= 7) - railties (>= 7) + activejob (>= 7.2) + activerecord (>= 7.2) + railties (>= 7.2) GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (7.2.0) + actionview (= 7.2.0) + activesupport (= 7.2.0) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + useragent (~> 0.16) + actionview (7.2.0) + activesupport (= 7.2.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3.4) - activesupport (= 7.1.3.4) + activejob (7.2.0) + activesupport (= 7.2.0) globalid (>= 0.3.6) - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.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) - activesupport (7.1.3.4) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) appraisal (2.5.0) bundler rake @@ -65,11 +67,12 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.1) - irb (1.11.0) - rdoc - reline (>= 0.3.8) + irb (1.14.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) json (2.7.1) language_server-protocol (3.17.0.3) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -77,7 +80,6 @@ GEM mocha (2.1.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) - mutex_m (0.2.0) mysql2 (0.5.5) nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) @@ -108,10 +110,10 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) - irb + 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, >= 1.2.2) @@ -121,7 +123,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.8.3) - reline (0.4.1) + reline (0.5.9) io-console (~> 0.5) rexml (3.3.3) strscan @@ -155,6 +157,7 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -172,6 +175,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + useragent (0.16.10) webrick (1.8.1) zeitwerk (2.6.12) diff --git a/gemfiles/rails_7.gemfile b/gemfiles/rails_7.gemfile deleted file mode 100644 index 5b13b7e..0000000 --- a/gemfiles/rails_7.gemfile +++ /dev/null @@ -1,21 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "sqlite3" -gem "mysql2" -gem "pg" -gem "sprockets-rails" -gem "appraisal" -gem "railties", branch: "7-0-stable", git: "https://github.com/rails/rails.git" - -group :rubocop do - gem "rubocop", ">= 1.25.1", require: false - gem "rubocop-minitest", require: false - gem "rubocop-packaging", require: false - gem "rubocop-performance", require: false - gem "rubocop-rails", require: false - gem "rubocop-md", require: false -end - -gemspec path: "../" diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock deleted file mode 100644 index e098582..0000000 --- a/gemfiles/rails_7.gemfile.lock +++ /dev/null @@ -1,198 +0,0 @@ -GIT - remote: https://github.com/rails/rails.git - revision: 45afb81bdeb7c74a3182b961cc2a9ca30dbb47e3 - branch: 7-0-stable - specs: - actionpack (7.0.8) - actionview (= 7.0.8) - activesupport (= 7.0.8) - racc - rack (~> 2.0, >= 2.2.4) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.8) - activesupport (= 7.0.8) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8) - activesupport (= 7.0.8) - globalid (>= 0.3.6) - activemodel (7.0.8) - activesupport (= 7.0.8) - activerecord (7.0.8) - activemodel (= 7.0.8) - activesupport (= 7.0.8) - activesupport (7.0.8) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) - drb - i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - railties (7.0.8) - actionpack (= 7.0.8) - activesupport (= 7.0.8) - method_source - rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) - -PATH - remote: .. - specs: - solid_cache (0.7.0) - activejob (>= 7) - activerecord (>= 7) - railties (>= 7) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (2.5.0) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.5) - builder (3.2.4) - concurrent-ruby (1.2.3) - crass (1.0.6) - debug (1.9.1) - irb (~> 1.10) - reline (>= 0.3.8) - drb (2.2.0) - ruby2_keywords - erubi (1.12.0) - globalid (1.2.1) - activesupport (>= 6.1) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - io-console (0.7.1) - irb (1.11.1) - rdoc - reline (>= 0.4.2) - json (2.7.1) - language_server-protocol (3.17.0.3) - loofah (2.22.0) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - method_source (1.0.0) - minitest (5.21.1) - mocha (2.1.0) - ruby2_keywords (>= 0.0.5) - msgpack (1.7.2) - mutex_m (0.2.0) - mysql2 (0.5.5) - nokogiri (1.16.0-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.0-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) - racc (~> 1.4) - parallel (1.24.0) - parser (3.3.0.4) - ast (~> 2.4.1) - racc - pg (1.5.4) - psych (5.1.2) - stringio - racc (1.7.3) - rack (2.2.8) - rack-test (2.1.0) - rack (>= 1.3) - rails-dom-testing (2.2.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) - rainbow (3.1.1) - rake (13.1.0) - rdoc (6.6.2) - psych (>= 4.0.0) - regexp_parser (2.9.0) - reline (0.4.2) - io-console (~> 0.5) - rexml (3.2.6) - rubocop (1.60.0) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.3.0.2) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-md (1.2.2) - rubocop (>= 1.0) - rubocop-minitest (0.34.4) - rubocop (>= 1.39, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-packaging (0.5.2) - rubocop (>= 1.33, < 2.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.1) - activesupport (>= 4.2.0) - rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) - sprockets (4.2.1) - concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - sprockets (>= 3.0.0) - sqlite3 (1.7.0-arm64-darwin) - sqlite3 (1.7.0-x86_64-darwin) - sqlite3 (1.7.0-x86_64-linux) - stringio (3.1.0) - thor (1.3.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - x86_64-darwin-20 - x86_64-darwin-22 - x86_64-linux - -DEPENDENCIES - appraisal - debug - mocha - msgpack - mysql2 - pg - railties! - rubocop (>= 1.25.1) - rubocop-md - rubocop-minitest - rubocop-packaging - rubocop-performance - rubocop-rails - solid_cache! - sprockets-rails - sqlite3 - -BUNDLED WITH - 2.3.26 diff --git a/gemfiles/rails_7_1.gemfile b/gemfiles/rails_7_1.gemfile deleted file mode 100644 index 9264376..0000000 --- a/gemfiles/rails_7_1.gemfile +++ /dev/null @@ -1,21 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "sqlite3" -gem "mysql2" -gem "pg" -gem "sprockets-rails" -gem "appraisal" -gem "railties", branch: "7-1-stable", git: "https://github.com/rails/rails.git" - -group :rubocop do - gem "rubocop", ">= 1.25.1", require: false - gem "rubocop-minitest", require: false - gem "rubocop-packaging", require: false - gem "rubocop-performance", require: false - gem "rubocop-rails", require: false - gem "rubocop-md", require: false -end - -gemspec path: "../" diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock deleted file mode 100644 index f82b570..0000000 --- a/gemfiles/rails_7_1.gemfile.lock +++ /dev/null @@ -1,210 +0,0 @@ -GIT - remote: https://github.com/rails/rails.git - revision: a0eef52b44ca963177d38198c0501297cb8f61f1 - branch: 7-1-stable - specs: - 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.2) - rails-html-sanitizer (~> 1.6) - actionview (7.1.2) - activesupport (= 7.1.2) - builder (~> 3.1) - 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.1.2) - activesupport (= 7.1.2) - activerecord (7.1.2) - activemodel (= 7.1.2) - activesupport (= 7.1.2) - timeout (>= 0.4.0) - 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) - railties (7.1.2) - actionpack (= 7.1.2) - activesupport (= 7.1.2) - irb - rackup (>= 1.0.0) - rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - zeitwerk (~> 2.6) - -PATH - remote: .. - specs: - solid_cache (0.7.0) - activejob (>= 7) - activerecord (>= 7) - railties (>= 7) - -GEM - remote: https://rubygems.org/ - specs: - appraisal (2.5.0) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.5) - builder (3.2.4) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) - crass (1.0.6) - debug (1.9.1) - irb (~> 1.10) - reline (>= 0.3.8) - drb (2.2.0) - ruby2_keywords - erubi (1.12.0) - globalid (1.2.1) - activesupport (>= 6.1) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - io-console (0.7.1) - irb (1.11.1) - rdoc - reline (>= 0.4.2) - json (2.7.1) - language_server-protocol (3.17.0.3) - loofah (2.22.0) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - minitest (5.21.1) - mocha (2.1.0) - ruby2_keywords (>= 0.0.5) - msgpack (1.7.2) - mutex_m (0.2.0) - mysql2 (0.5.5) - nokogiri (1.16.0-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.0-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) - racc (~> 1.4) - parallel (1.24.0) - parser (3.3.0.4) - ast (~> 2.4.1) - racc - pg (1.5.4) - psych (5.1.2) - stringio - racc (1.7.3) - rack (3.0.8) - rack-session (2.0.0) - rack (>= 3.0.0) - rack-test (2.1.0) - rack (>= 1.3) - rackup (2.1.0) - rack (>= 3) - webrick (~> 1.8) - rails-dom-testing (2.2.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) - rainbow (3.1.1) - rake (13.1.0) - rdoc (6.6.2) - psych (>= 4.0.0) - regexp_parser (2.9.0) - reline (0.4.2) - io-console (~> 0.5) - rexml (3.2.6) - rubocop (1.60.0) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.3.0.2) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-md (1.2.2) - rubocop (>= 1.0) - rubocop-minitest (0.34.4) - rubocop (>= 1.39, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-packaging (0.5.2) - rubocop (>= 1.33, < 2.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.1) - activesupport (>= 4.2.0) - rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) - sprockets (4.2.1) - concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - sprockets (>= 3.0.0) - sqlite3 (1.7.0-arm64-darwin) - sqlite3 (1.7.0-x86_64-darwin) - sqlite3 (1.7.0-x86_64-linux) - stringio (3.1.0) - thor (1.3.0) - timeout (0.4.1) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) - webrick (1.8.1) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - x86_64-darwin-20 - x86_64-darwin-22 - x86_64-linux - -DEPENDENCIES - appraisal - debug - mocha - msgpack - mysql2 - pg - railties! - rubocop (>= 1.25.1) - rubocop-md - rubocop-minitest - rubocop-packaging - rubocop-performance - rubocop-rails - solid_cache! - sprockets-rails - sqlite3 - -BUNDLED WITH - 2.3.26 diff --git a/gemfiles/rails_7_2.gemfile.lock b/gemfiles/rails_7_2.gemfile.lock index d34ac78..2a6a2a2 100644 --- a/gemfiles/rails_7_2.gemfile.lock +++ b/gemfiles/rails_7_2.gemfile.lock @@ -1,46 +1,48 @@ GIT remote: https://github.com/rails/rails.git - revision: c3eaf8707dd988ecfeb6bc5a8e6c2f2677a8356d + revision: 2409401c87d512c6e505f3e00110558aa62a94f7 branch: 7-2-stable specs: - actionpack (7.2.0.beta1) - actionview (= 7.2.0.beta1) - activesupport (= 7.2.0.beta1) + actionpack (7.2.0) + actionview (= 7.2.0) + activesupport (= 7.2.0) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (7.2.0.beta1) - activesupport (= 7.2.0.beta1) + actionview (7.2.0) + activesupport (= 7.2.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.0.beta1) - activesupport (= 7.2.0.beta1) + activejob (7.2.0) + activesupport (= 7.2.0) globalid (>= 0.3.6) - activemodel (7.2.0.beta1) - activesupport (= 7.2.0.beta1) - activerecord (7.2.0.beta1) - activemodel (= 7.2.0.beta1) - activesupport (= 7.2.0.beta1) + activemodel (7.2.0) + activesupport (= 7.2.0) + activerecord (7.2.0) + activemodel (= 7.2.0) + activesupport (= 7.2.0) timeout (>= 0.4.0) - activesupport (7.2.0.beta1) + 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) + securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - railties (7.2.0.beta1) - actionpack (= 7.2.0.beta1) - activesupport (= 7.2.0.beta1) + railties (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -51,9 +53,9 @@ PATH remote: .. specs: solid_cache (0.7.0) - activejob (>= 7) - activerecord (>= 7) - railties (>= 7) + activejob (>= 7.2) + activerecord (>= 7.2) + railties (>= 7.2) GEM remote: https://rubygems.org/ @@ -65,54 +67,55 @@ GEM ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) - builder (3.2.4) - concurrent-ruby (1.3.1) + builder (3.3.0) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - minitest (5.23.1) - mocha (2.3.0) + minitest (5.24.1) + mocha (2.4.5) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) mysql2 (0.5.6) - nokogiri (1.16.5-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.5-arm-linux) + nokogiri (1.16.7-arm-linux) racc (~> 1.4) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86-linux) + nokogiri (1.16.7-x86-linux) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.2.0) + parallel (1.26.2) + parser (3.3.4.2) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) psych (5.1.2) stringio - racc (1.8.0) - rack (3.0.11) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -132,58 +135,59 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.8) + reline (0.5.9) io-console (~> 0.5) - rexml (3.2.8) - strscan (>= 3.0.9) - rubocop (1.64.0) + rexml (3.3.5) + strscan + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) rubocop-md (1.2.2) rubocop (>= 1.0) - rubocop-minitest (0.35.0) + rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-performance (1.21.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.25.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.2-aarch64-linux-gnu) - sqlite3 (2.0.2-aarch64-linux-musl) - sqlite3 (2.0.2-arm-linux-gnu) - sqlite3 (2.0.2-arm-linux-musl) - sqlite3 (2.0.2-arm64-darwin) - sqlite3 (2.0.2-x86-linux-gnu) - sqlite3 (2.0.2-x86-linux-musl) - sqlite3 (2.0.2-x86_64-darwin) - sqlite3 (2.0.2-x86_64-linux-gnu) - sqlite3 (2.0.2-x86_64-linux-musl) - stringio (3.1.0) + sqlite3 (2.0.3-aarch64-linux-gnu) + sqlite3 (2.0.3-aarch64-linux-musl) + sqlite3 (2.0.3-arm-linux-gnu) + sqlite3 (2.0.3-arm-linux-musl) + sqlite3 (2.0.3-arm64-darwin) + sqlite3 (2.0.3-x86-linux-gnu) + sqlite3 (2.0.3-x86-linux-musl) + sqlite3 (2.0.3-x86_64-darwin) + sqlite3 (2.0.3-x86_64-linux-gnu) + sqlite3 (2.0.3-x86_64-linux-musl) + stringio (3.1.1) strscan (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -192,7 +196,7 @@ GEM unicode-display_width (2.5.0) useragent (0.16.10) webrick (1.8.1) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index 28881b6..d988732 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -53,9 +53,9 @@ PATH remote: .. specs: solid_cache (0.7.0) - activejob (>= 7) - activerecord (>= 7) - railties (>= 7) + activejob (>= 7.2) + activerecord (>= 7.2) + railties (>= 7.2) GEM remote: https://rubygems.org/ diff --git a/solid_cache.gemspec b/solid_cache.gemspec index e2f3605..c53e860 100644 --- a/solid_cache.gemspec +++ b/solid_cache.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] end - rails_version = ">= 7" + rails_version = ">= 7.2" spec.add_dependency "activerecord", rails_version spec.add_dependency "activejob", rails_version spec.add_dependency "railties", rails_version