File tree 4 files changed +29
-10
lines changed
4 files changed +29
-10
lines changed Original file line number Diff line number Diff line change 1
- appraise 'rails-4 ' do
2
- gem 'rails' , '~> 4 '
1
+ appraise 'rails-5 ' do
2
+ gem 'rails' , '~> 5.0.0 '
3
3
end
4
4
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'
7
11
end
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
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"
6
11
7
- gemspec : path => "../"
12
+ gemspec path: "../"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
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"
6
11
7
- gemspec : path => "../"
12
+ gemspec path: "../"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
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"
6
11
7
- gemspec : path => "../"
12
+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments