Skip to content

Commit ef08b9a

Browse files
committed
Update Appraisal file
1 parent e8f8619 commit ef08b9a

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

Appraisals

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
appraise 'rails-4' do
2-
gem 'rails', '~> 4'
1+
appraise 'rails-5' do
2+
gem 'rails', '~> 5.0.0'
33
end
44

5-
appraise 'rails-5' do
6-
gem 'rails', '~> 5'
5+
appraise 'rails-6' do
6+
gem 'rails', '~> 6.0.0'
7+
end
8+
9+
appraise 'rails-7' do
10+
gem 'rails', '~> 7.0.0'
711
end

gemfiles/rails_5.gemfile

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "~> 5"
5+
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
6+
gem "minitest", [">= 4.2", "< 6"]
7+
gem "mocha", "~> 0.14.0"
8+
gem "rake", ">= 12.3.3"
9+
gem "redis-store-testing"
10+
gem "rails", "~> 5.0.0"
611

7-
gemspec :path => "../"
12+
gemspec path: "../"

gemfiles/rails_6.gemfile

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "~> 6"
5+
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
6+
gem "minitest", [">= 4.2", "< 6"]
7+
gem "mocha", "~> 0.14.0"
8+
gem "rake", ">= 12.3.3"
9+
gem "redis-store-testing"
10+
gem "rails", "~> 6.0.0"
611

7-
gemspec :path => "../"
12+
gemspec path: "../"

gemfiles/rails_7.gemfile

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "~> 7"
5+
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
6+
gem "minitest", [">= 4.2", "< 6"]
7+
gem "mocha", "~> 0.14.0"
8+
gem "rake", ">= 12.3.3"
9+
gem "redis-store-testing"
10+
gem "rails", "~> 7.0.0"
611

7-
gemspec :path => "../"
12+
gemspec path: "../"

0 commit comments

Comments
 (0)