From db1c13a5d9f25738f8614acb531cad41b936f197 Mon Sep 17 00:00:00 2001 From: Vasily Fedoseyev Date: Mon, 2 Sep 2024 23:32:14 +0300 Subject: [PATCH 1/2] Drop rails < 7 --- .github/workflows/test.yml | 12 ++-- Appraisals | 12 ---- delayed_job.gemspec | 2 +- gemfiles/rails_52.gemfile | 10 --- gemfiles/rails_52.gemfile.lock | 109 --------------------------------- gemfiles/rails_60.gemfile | 10 --- gemfiles/rails_60.gemfile.lock | 109 --------------------------------- gemfiles/rails_61.gemfile | 10 --- gemfiles/rails_61.gemfile.lock | 108 -------------------------------- 9 files changed, 5 insertions(+), 377 deletions(-) delete mode 100644 gemfiles/rails_52.gemfile delete mode 100644 gemfiles/rails_52.gemfile.lock delete mode 100644 gemfiles/rails_60.gemfile delete mode 100644 gemfiles/rails_60.gemfile.lock delete mode 100644 gemfiles/rails_61.gemfile delete mode 100644 gemfiles/rails_61.gemfile.lock diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b7718b..058f006 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,15 +6,11 @@ jobs: strategy: matrix: - ruby-version: [3.2.2] - rails-version: [70, 71] + ruby-version: [3.3.4] + rails-version: [71, 72] include: - - ruby-version: 2.7.8 - rails-version: 52 - - ruby-version: 2.7.8 - rails-version: 60 - - ruby-version: 2.7.8 - rails-version: 61 + - ruby-version: 3.2.4 + rails-version: 70 env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile diff --git a/Appraisals b/Appraisals index 7bdac1f..ce08cbf 100644 --- a/Appraisals +++ b/Appraisals @@ -1,17 +1,5 @@ # frozen_string_literal: true -appraise 'rails_52' do - gem 'activerecord', '~>5.2.8' -end - -appraise 'rails_60' do - gem 'activerecord', '~> 6.0.6' -end - -appraise 'rails_61' do - gem 'activerecord', '~>6.1.7' -end - appraise 'rails_70' do gem 'activerecord', '~>7.0.8' end diff --git a/delayed_job.gemspec b/delayed_job.gemspec index 27ed86c..a3fefb7 100644 --- a/delayed_job.gemspec +++ b/delayed_job.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.files = `git ls-files -z`.split("\x0").reject { |file| file.start_with?('.') || file.match(%r{^spec/}) } s.require_paths = ['lib'] - s.add_dependency 'activerecord', '>= 3.2', '< 7.2' + s.add_dependency 'activerecord', '>= 7', '< 7.3' s.add_dependency 'railties' s.add_development_dependency 'bundler' diff --git a/gemfiles/rails_52.gemfile b/gemfiles/rails_52.gemfile deleted file mode 100644 index ef5767a..0000000 --- a/gemfiles/rails_52.gemfile +++ /dev/null @@ -1,10 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "pg", "~> 1.1" -gem "sqlite3" -gem "rspec" -gem "activerecord", "~>5.2.8" - -gemspec path: "../" diff --git a/gemfiles/rails_52.gemfile.lock b/gemfiles/rails_52.gemfile.lock deleted file mode 100644 index ea5db3e..0000000 --- a/gemfiles/rails_52.gemfile.lock +++ /dev/null @@ -1,109 +0,0 @@ -PATH - remote: .. - specs: - delayed_job (1.7.0) - activerecord (>= 3.2, < 7.2) - railties - -GEM - remote: http://rubygems.org/ - specs: - actionpack (5.2.8.1) - actionview (= 5.2.8.1) - activesupport (= 5.2.8.1) - rack (~> 2.0, >= 2.0.8) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.8.1) - activesupport (= 5.2.8.1) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.8.1) - activesupport (= 5.2.8.1) - activerecord (5.2.8.1) - activemodel (= 5.2.8.1) - activesupport (= 5.2.8.1) - arel (>= 9.0) - activesupport (5.2.8.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - arel (9.0.0) - builder (3.2.4) - concurrent-ruby (1.2.2) - crass (1.0.6) - diff-lcs (1.5.0) - erubi (1.12.0) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - loofah (2.21.4) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - method_source (1.0.0) - minitest (5.20.0) - nokogiri (1.15.4-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) - racc (~> 1.4) - pg (1.5.4) - racc (1.7.1) - 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) - railties (5.2.8.1) - actionpack (= 5.2.8.1) - activesupport (= 5.2.8.1) - method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) - rake (13.0.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - sqlite3 (1.6.7-arm64-darwin) - sqlite3 (1.6.7-x86_64-darwin) - sqlite3 (1.6.7-x86_64-linux) - thor (1.3.0) - thread_safe (0.3.6) - tzinfo (1.2.11) - thread_safe (~> 0.1) - -PLATFORMS - arm64-darwin-22 - x86_64-darwin-21 - x86_64-linux - -DEPENDENCIES - activerecord (~> 5.2.8) - bundler - delayed_job! - pg (~> 1.1) - rake - rspec - sqlite3 - -BUNDLED WITH - 2.4.19 diff --git a/gemfiles/rails_60.gemfile b/gemfiles/rails_60.gemfile deleted file mode 100644 index 4556fae..0000000 --- a/gemfiles/rails_60.gemfile +++ /dev/null @@ -1,10 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "pg", "~> 1.1" -gem "sqlite3" -gem "rspec" -gem "activerecord", "~> 6.0.6" - -gemspec path: "../" diff --git a/gemfiles/rails_60.gemfile.lock b/gemfiles/rails_60.gemfile.lock deleted file mode 100644 index fb13f36..0000000 --- a/gemfiles/rails_60.gemfile.lock +++ /dev/null @@ -1,109 +0,0 @@ -PATH - remote: .. - specs: - delayed_job (1.7.0) - activerecord (>= 3.2, < 7.2) - railties - -GEM - remote: http://rubygems.org/ - specs: - actionpack (6.0.6.1) - actionview (= 6.0.6.1) - activesupport (= 6.0.6.1) - rack (~> 2.0, >= 2.0.8) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.6.1) - activesupport (= 6.0.6.1) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.0.6.1) - activesupport (= 6.0.6.1) - activerecord (6.0.6.1) - activemodel (= 6.0.6.1) - activesupport (= 6.0.6.1) - activesupport (6.0.6.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - builder (3.2.4) - concurrent-ruby (1.2.2) - crass (1.0.6) - diff-lcs (1.5.0) - erubi (1.12.0) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - loofah (2.21.4) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - method_source (1.0.0) - minitest (5.20.0) - nokogiri (1.15.4-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) - racc (~> 1.4) - pg (1.5.4) - racc (1.7.1) - 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) - railties (6.0.6.1) - actionpack (= 6.0.6.1) - activesupport (= 6.0.6.1) - method_source - rake (>= 0.8.7) - thor (>= 0.20.3, < 2.0) - rake (13.0.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - sqlite3 (1.6.7-arm64-darwin) - sqlite3 (1.6.7-x86_64-darwin) - sqlite3 (1.6.7-x86_64-linux) - thor (1.3.0) - thread_safe (0.3.6) - tzinfo (1.2.11) - thread_safe (~> 0.1) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-22 - x86_64-darwin-21 - x86_64-linux - -DEPENDENCIES - activerecord (~> 6.0.6) - bundler - delayed_job! - pg (~> 1.1) - rake - rspec - sqlite3 - -BUNDLED WITH - 2.4.19 diff --git a/gemfiles/rails_61.gemfile b/gemfiles/rails_61.gemfile deleted file mode 100644 index fd634d2..0000000 --- a/gemfiles/rails_61.gemfile +++ /dev/null @@ -1,10 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "pg", "~> 1.1" -gem "sqlite3" -gem "rspec" -gem "activerecord", "~>6.1.7" - -gemspec path: "../" diff --git a/gemfiles/rails_61.gemfile.lock b/gemfiles/rails_61.gemfile.lock deleted file mode 100644 index 793fd26..0000000 --- a/gemfiles/rails_61.gemfile.lock +++ /dev/null @@ -1,108 +0,0 @@ -PATH - remote: .. - specs: - delayed_job (1.7.0) - activerecord (>= 3.2, < 7.2) - railties - -GEM - remote: http://rubygems.org/ - specs: - actionpack (6.1.7.6) - actionview (= 6.1.7.6) - activesupport (= 6.1.7.6) - rack (~> 2.0, >= 2.0.9) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.7.6) - activesupport (= 6.1.7.6) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.7.6) - activesupport (= 6.1.7.6) - activerecord (6.1.7.6) - activemodel (= 6.1.7.6) - activesupport (= 6.1.7.6) - activesupport (6.1.7.6) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - builder (3.2.4) - concurrent-ruby (1.2.2) - crass (1.0.6) - diff-lcs (1.5.0) - erubi (1.12.0) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - loofah (2.21.4) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - method_source (1.0.0) - minitest (5.20.0) - nokogiri (1.15.4-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) - racc (~> 1.4) - pg (1.5.4) - racc (1.7.1) - 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) - railties (6.1.7.6) - actionpack (= 6.1.7.6) - activesupport (= 6.1.7.6) - method_source - rake (>= 12.2) - thor (~> 1.0) - rake (13.0.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - sqlite3 (1.6.7-arm64-darwin) - sqlite3 (1.6.7-x86_64-darwin) - sqlite3 (1.6.7-x86_64-linux) - thor (1.3.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-22 - x86_64-darwin-21 - x86_64-linux - -DEPENDENCIES - activerecord (~> 6.1.7) - bundler - delayed_job! - pg (~> 1.1) - rake - rspec - sqlite3 - -BUNDLED WITH - 2.4.19 From 65353bf6806dde04f9f4711c6228f1e20c50608c Mon Sep 17 00:00:00 2001 From: Vasily Fedoseyev Date: Mon, 2 Sep 2024 23:35:27 +0300 Subject: [PATCH 2/2] Test on rails 7.2 --- Appraisals | 4 + gemfiles/rails_70.gemfile.lock | 90 ++++++++++----------- gemfiles/rails_71.gemfile.lock | 116 +++++++++++++-------------- gemfiles/rails_72.gemfile | 10 +++ gemfiles/rails_72.gemfile.lock | 140 +++++++++++++++++++++++++++++++++ 5 files changed, 257 insertions(+), 103 deletions(-) create mode 100644 gemfiles/rails_72.gemfile create mode 100644 gemfiles/rails_72.gemfile.lock diff --git a/Appraisals b/Appraisals index ce08cbf..a4a54c7 100644 --- a/Appraisals +++ b/Appraisals @@ -7,3 +7,7 @@ end appraise 'rails_71' do gem 'activerecord', '~>7.1.1' end + +appraise 'rails_72' do + gem 'activerecord', '~>7.2.1' +end diff --git a/gemfiles/rails_70.gemfile.lock b/gemfiles/rails_70.gemfile.lock index d4bd9e6..1a9f759 100644 --- a/gemfiles/rails_70.gemfile.lock +++ b/gemfiles/rails_70.gemfile.lock @@ -2,56 +2,56 @@ PATH remote: .. specs: delayed_job (1.7.0) - activerecord (>= 3.2, < 7.2) + activerecord (>= 7, < 7.3) railties GEM remote: http://rubygems.org/ specs: - actionpack (7.0.8) - actionview (= 7.0.8) - activesupport (= 7.0.8) + actionpack (7.0.8.4) + actionview (= 7.0.8.4) + activesupport (= 7.0.8.4) 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) + actionview (7.0.8.4) + activesupport (= 7.0.8.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (7.0.8) - activesupport (= 7.0.8) - activerecord (7.0.8) - activemodel (= 7.0.8) - activesupport (= 7.0.8) - activesupport (7.0.8) + 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) + activesupport (7.0.8.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - builder (3.2.4) - concurrent-ruby (1.2.2) + builder (3.3.0) + concurrent-ruby (1.3.4) crass (1.0.6) - diff-lcs (1.5.0) - erubi (1.12.0) - i18n (1.14.1) + diff-lcs (1.5.1) + erubi (1.13.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - method_source (1.0.0) - mini_portile2 (2.8.5) - minitest (5.20.0) - nokogiri (1.15.4) + method_source (1.1.0) + mini_portile2 (2.8.7) + minitest (5.25.1) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pg (1.5.4) - racc (1.7.1) - rack (2.2.8) + pg (1.5.7) + racc (1.8.1) + rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) rails-dom-testing (2.2.0) @@ -61,34 +61,34 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.8) - actionpack (= 7.0.8) - activesupport (= 7.0.8) + railties (7.0.8.4) + actionpack (= 7.0.8.4) + activesupport (= 7.0.8.4) method_source rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) - rake (13.0.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rake (13.2.1) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - sqlite3 (1.6.7) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) + sqlite3 (2.0.4) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.7-x86_64-linux) - thor (1.3.0) + sqlite3 (2.0.4-x86_64-linux-gnu) + thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.6.12) + zeitwerk (2.6.18) PLATFORMS ruby diff --git a/gemfiles/rails_71.gemfile.lock b/gemfiles/rails_71.gemfile.lock index 495b77c..46fb7b2 100644 --- a/gemfiles/rails_71.gemfile.lock +++ b/gemfiles/rails_71.gemfile.lock @@ -2,34 +2,35 @@ PATH remote: .. specs: delayed_job (1.7.0) - activerecord (>= 3.2, < 7.2) + activerecord (>= 7, < 7.3) railties GEM remote: http://rubygems.org/ specs: - actionpack (7.1.1) - actionview (= 7.1.1) - activesupport (= 7.1.1) + actionpack (7.1.4) + actionview (= 7.1.4) + activesupport (= 7.1.4) 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.1) - activesupport (= 7.1.1) + actionview (7.1.4) + activesupport (= 7.1.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.1) - activesupport (= 7.1.1) - activerecord (7.1.1) - activemodel (= 7.1.1) - activesupport (= 7.1.1) + activemodel (7.1.4) + activesupport (= 7.1.4) + activerecord (7.1.4) + activemodel (= 7.1.4) + activesupport (= 7.1.4) timeout (>= 0.4.0) - activesupport (7.1.1) + activesupport (7.1.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -39,36 +40,35 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - base64 (0.1.1) - bigdecimal (3.1.4) - builder (3.2.4) - concurrent-ruby (1.2.2) + base64 (0.2.0) + bigdecimal (3.1.8) + builder (3.3.0) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) - diff-lcs (1.5.0) - drb (2.1.1) - ruby2_keywords - erubi (1.12.0) - i18n (1.14.1) + diff-lcs (1.5.1) + drb (2.2.1) + erubi (1.13.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.8.3) - rdoc - reline (>= 0.3.8) - loofah (2.21.4) + io-console (0.7.2) + irb (1.14.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - minitest (5.20.0) - mutex_m (0.1.2) - nokogiri (1.15.4-arm64-darwin) + minitest (5.25.1) + mutex_m (0.2.0) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - pg (1.5.4) - psych (5.1.1.1) + pg (1.5.7) + psych (5.1.2) stringio - racc (1.7.1) - rack (3.0.8) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -83,45 +83,45 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.1) - actionpack (= 7.1.1) - activesupport (= 7.1.1) + railties (7.1.4) + actionpack (= 7.1.4) + activesupport (= 7.1.4) irb rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.0.6) - rdoc (6.5.0) + rake (13.2.1) + rdoc (6.7.0) psych (>= 4.0.0) - reline (0.3.9) + reline (0.5.9) io-console (~> 0.5) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - ruby2_keywords (0.0.5) - sqlite3 (1.6.7-arm64-darwin) - sqlite3 (1.6.7-x86_64-linux) - stringio (3.0.8) - thor (1.3.0) - timeout (0.4.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) + sqlite3 (2.0.4-arm64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) + stringio (3.1.1) + thor (1.3.2) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) webrick (1.8.1) - zeitwerk (2.6.12) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/gemfiles/rails_72.gemfile b/gemfiles/rails_72.gemfile new file mode 100644 index 0000000..6417136 --- /dev/null +++ b/gemfiles/rails_72.gemfile @@ -0,0 +1,10 @@ +# This file was generated by Appraisal + +source "http://rubygems.org" + +gem "pg", "~> 1.1" +gem "sqlite3" +gem "rspec" +gem "activerecord", "~>7.2.1" + +gemspec path: "../" diff --git a/gemfiles/rails_72.gemfile.lock b/gemfiles/rails_72.gemfile.lock new file mode 100644 index 0000000..9325256 --- /dev/null +++ b/gemfiles/rails_72.gemfile.lock @@ -0,0 +1,140 @@ +PATH + remote: .. + specs: + delayed_job (1.7.0) + activerecord (>= 7, < 7.3) + railties + +GEM + remote: http://rubygems.org/ + specs: + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) + 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.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actionview (7.2.1) + activesupport (= 7.2.1) + builder (~> 3.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) + timeout (>= 0.4.0) + activesupport (7.2.1) + 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) + base64 (0.2.0) + bigdecimal (3.1.8) + builder (3.3.0) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + crass (1.0.6) + diff-lcs (1.5.1) + drb (2.2.1) + erubi (1.13.0) + i18n (1.14.5) + concurrent-ruby (~> 1.0) + io-console (0.7.2) + irb (1.14.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + logger (1.6.1) + loofah (2.22.0) + crass (~> 1.0.2) + nokogiri (>= 1.12.0) + minitest (5.25.1) + nokogiri (1.16.7-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) + pg (1.5.7) + psych (5.1.2) + stringio + racc (1.8.1) + rack (3.1.7) + 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) + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) + rackup (>= 1.0.0) + rake (>= 12.2) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) + rake (13.2.1) + rdoc (6.7.0) + psych (>= 4.0.0) + reline (0.5.9) + io-console (~> 0.5) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) + securerandom (0.3.1) + sqlite3 (2.0.4-arm64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) + stringio (3.1.1) + thor (1.3.2) + timeout (0.4.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + useragent (0.16.10) + webrick (1.8.1) + zeitwerk (2.6.18) + +PLATFORMS + arm64-darwin-23 + x86_64-linux + +DEPENDENCIES + activerecord (~> 7.2.1) + bundler + delayed_job! + pg (~> 1.1) + rake + rspec + sqlite3 + +BUNDLED WITH + 2.4.19