Skip to content

Commit 4de74a4

Browse files
author
Mattia Roccoberton
committed
chore: remove Rails 6.0 test configuration
1 parent bcc8de3 commit 4de74a4

66 files changed

Lines changed: 0 additions & 1673 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/specs_mysql_60.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/specs_postgres_60.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

Appraisals

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# frozen_string_literal: true
22

3-
appraise 'rails-6_0-postgres' do
4-
gem 'pg'
5-
gem 'rails', '~> 6.0.0'
6-
end
7-
83
appraise 'rails-6_1-postgres' do
94
gem 'pg'
105
gem 'rails', '~> 6.1.0'
@@ -20,11 +15,6 @@ appraise 'rails-7_1-postgres' do
2015
gem 'rails', '~> 7.1.0'
2116
end
2217

23-
appraise 'rails-6_0-mysql' do
24-
gem 'mysql2'
25-
gem 'rails', '~> 6.0.0'
26-
end
27-
2818
appraise 'rails-6_1-mysql' do
2919
gem 'mysql2'
3020
gem 'rails', '~> 6.1.0'

gemfiles/rails_6_0_mysql.gemfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)