Skip to content

Commit

Permalink
Use Rails 6-1-stable branch
Browse files Browse the repository at this point in the history
The fix has been merged, but not released yet
  • Loading branch information
tvdeyen committed Mar 15, 2022
1 parent 0045ffb commit 1715663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec

rails_version = ENV.fetch("RAILS_VERSION", 6.1).to_f
if rails_version.to_s.match?(/6.1/)
gem "rails", git: "https://github.com/fatkodima/rails", branch: "fix-polymorphic-index-compat-6-1"
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
else
gem "rails", "~> #{rails_version}.0"
end
Expand Down

0 comments on commit 1715663

Please sign in to comment.