CI against rails 6.1

This commit is contained in:
Akira Matsuda 2022-03-29 11:19:03 +09:00
parent 283e610d6c
commit 5ef86309e4
6 changed files with 16 additions and 3 deletions

View File

@ -27,6 +27,7 @@ jobs:
- 3.1
gemfile:
- rails_6_0
- rails_6_1
include:
- ruby-version: 2.7

View File

@ -9,3 +9,7 @@ end
appraise "rails_6_0" do
gem "rails", "~> 6.0.0"
end
appraise "rails_6_1" do
gem "rails", "~> 6.1.0"
end

View File

@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "html2haml"
gem "rails", "~> 5.1.0"
gemspec :path => "../"
gemspec path: "../"

View File

@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "html2haml"
gem "rails", "~> 5.2.0"
gemspec :path => "../"
gemspec path: "../"

View File

@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "html2haml"
gem "rails", "~> 6.0.0"
gemspec :path => "../"
gemspec path: "../"

View File

@ -0,0 +1,8 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "html2haml"
gem "rails", "~> 6.1.0"
gemspec path: "../"