Skip to content

Commit

Permalink
Ignore Rails HEAD Appraisal until rails new fixed (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Oct 10, 2021
1 parent b2717bd commit 4d5ebef
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ if ruby_27_or_higher && !jruby
# activerecord-jdbcpostgresql-adapter does not have a compatible version

appraise "rails-7.0" do
gem "rails", "~> 7.0.0.alpha"
gem "rails", "~> 7.0.0.alpha2"
end

appraise "rails-head" do
gem "rails", github: "rails/rails", branch: "main"
end
# https://github.com/rails/rails/issues/43422
# appraise "rails-head" do
# gem "rails", github: "rails/rails", branch: "main"
# end
end
1 change: 0 additions & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "puma", "5.4.0"
gem "rails", "~> 5.2.0"

platforms :ruby do
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "puma", "5.4.0"
gem "rails", "~> 6.0.0"

platforms :ruby do
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "puma", "5.4.0"
gem "rails", "~> 6.1.0"

platforms :ruby do
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "puma", "5.4.0"
gem "rails", "~> 7.0.0.alpha"

platforms :ruby do
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "puma", "5.4.0"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"

platforms :ruby do
Expand Down

0 comments on commit 4d5ebef

Please sign in to comment.