Skip to content

Commit

Permalink
Specify rails branch for rails head build (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
HParker committed Nov 14, 2021
1 parent d84c37d commit 83c3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -20,6 +20,6 @@ if RUBY_VERSION >= "2.5.0"
end

appraise "rails-head" do
gem "rails", github: "rails/rails"
gem "rails", github: "rails/rails", branch: "main"
end
end

0 comments on commit 83c3c96

Please sign in to comment.