File tree Expand file tree Collapse file tree 4 files changed +29
-10
lines changed Expand file tree Collapse file tree 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 '
33end
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'
711end
Original file line number Diff line number Diff line change 22
33source "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: "../"
Original file line number Diff line number Diff line change 22
33source "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: "../"
Original file line number Diff line number Diff line change 22
33source "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: "../"
You can’t perform that action at this time.
0 commit comments