From 2e4eeb5182a15799c85498623251a2778a21a88b Mon Sep 17 00:00:00 2001 From: Hamed Asghari Date: Fri, 27 Sep 2024 10:35:06 -0600 Subject: [PATCH] ci: Remove Rails 6.1 from testing matrix --- .github/workflows/ruby.yml | 1 - gemfiles/activerecord_6.1.0.gemfile | 21 --- gemfiles/activerecord_6.1.0.gemfile.lock | 180 ----------------------- 3 files changed, 202 deletions(-) delete mode 100644 gemfiles/activerecord_6.1.0.gemfile delete mode 100644 gemfiles/activerecord_6.1.0.gemfile.lock diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 9767c44..c502957 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -14,7 +14,6 @@ jobs: - '3.2' - '3.3' activerecord: - - 6.1.0 - 7.0.0 - 7.1.0 - 7.2.0 diff --git a/gemfiles/activerecord_6.1.0.gemfile b/gemfiles/activerecord_6.1.0.gemfile deleted file mode 100644 index 6cb6e1c..0000000 --- a/gemfiles/activerecord_6.1.0.gemfile +++ /dev/null @@ -1,21 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "appraisal" -gem "bundler" -gem "combustion" -gem "database_cleaner", "~> 2" -gem "pg", "~> 1.5" -gem "pry" -gem "rake" -gem "rspec-rails" -gem "rubocop-rspec" -gem "simplecov", "~> 0.20" -gem "activerecord", "~> 6.1", "< 6.2" -gem "base64" -gem "bigdecimal" -gem "drb" -gem "mutex_m" - -gemspec path: "../" diff --git a/gemfiles/activerecord_6.1.0.gemfile.lock b/gemfiles/activerecord_6.1.0.gemfile.lock deleted file mode 100644 index aaa0a06..0000000 --- a/gemfiles/activerecord_6.1.0.gemfile.lock +++ /dev/null @@ -1,180 +0,0 @@ -PATH - remote: .. - specs: - parentry (1.7.0) - activerecord (>= 6.1, < 8) - -GEM - remote: https://rubygems.org/ - specs: - actionpack (6.1.7.7) - actionview (= 6.1.7.7) - activesupport (= 6.1.7.7) - 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.7) - activesupport (= 6.1.7.7) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.7.7) - activesupport (= 6.1.7.7) - activerecord (6.1.7.7) - activemodel (= 6.1.7.7) - activesupport (= 6.1.7.7) - activesupport (6.1.7.7) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - appraisal (2.5.0) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.8) - builder (3.2.4) - coderay (1.1.3) - combustion (1.5.0) - activesupport (>= 3.0.0) - railties (>= 3.0.0) - thor (>= 0.14.6) - concurrent-ruby (1.2.3) - crass (1.0.6) - database_cleaner (2.0.2) - database_cleaner-active_record (>= 2, < 3) - database_cleaner-active_record (2.1.0) - activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) - database_cleaner-core (2.0.1) - diff-lcs (1.5.1) - docile (1.4.0) - drb (2.2.1) - erubi (1.12.0) - i18n (1.14.4) - concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - loofah (2.22.0) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - method_source (1.1.0) - minitest (5.22.3) - mutex_m (0.2.0) - nokogiri (1.16.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.4-x86_64-linux) - racc (~> 1.4) - parallel (1.24.0) - parser (3.3.0.5) - ast (~> 2.4.1) - racc - pg (1.5.6) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - racc (1.7.3) - rack (2.2.9) - 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.7) - actionpack (= 6.1.7.7) - activesupport (= 6.1.7.7) - method_source - rake (>= 12.2) - thor (~> 1.0) - rainbow (3.1.1) - rake (13.2.1) - regexp_parser (2.9.0) - rexml (3.2.6) - rspec-core (3.13.0) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-rails (6.1.2) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) - rspec-support (3.13.1) - rubocop (1.63.2) - 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.31.1, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-rspec (2.29.1) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) - ruby-progressbar (1.13.0) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.4) - thor (1.3.1) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) - zeitwerk (2.6.13) - -PLATFORMS - x86_64-darwin-20 - x86_64-darwin-23 - x86_64-linux - -DEPENDENCIES - activerecord (~> 6.1, < 6.2) - appraisal - base64 - bigdecimal - bundler - combustion - database_cleaner (~> 2) - drb - mutex_m - parentry! - pg (~> 1.5) - pry - rake - rspec-rails - rubocop-rspec - simplecov (~> 0.20) - -BUNDLED WITH - 2.5.17