Skip to content

Commit

Permalink
chore: remove Rails 6.0 test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Nov 2, 2023
1 parent bcc8de3 commit 4de74a4
Show file tree
Hide file tree
Showing 66 changed files with 0 additions and 1,673 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/specs_mysql_60.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/specs_postgres_60.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# frozen_string_literal: true

appraise 'rails-6_0-postgres' do
gem 'pg'
gem 'rails', '~> 6.0.0'
end

appraise 'rails-6_1-postgres' do
gem 'pg'
gem 'rails', '~> 6.1.0'
Expand All @@ -20,11 +15,6 @@ appraise 'rails-7_1-postgres' do
gem 'rails', '~> 7.1.0'
end

appraise 'rails-6_0-mysql' do
gem 'mysql2'
gem 'rails', '~> 6.0.0'
end

appraise 'rails-6_1-mysql' do
gem 'mysql2'
gem 'rails', '~> 6.1.0'
Expand Down
25 changes: 0 additions & 25 deletions gemfiles/rails_6_0_mysql.gemfile

This file was deleted.

Loading

0 comments on commit 4de74a4

Please sign in to comment.