Skip to content

Commit 83c3c96

Browse files
authored
Specify rails branch for rails head build (#505)
1 parent d84c37d commit 83c3c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ if RUBY_VERSION >= "2.5.0"
2020
end
2121

2222
appraise "rails-head" do
23-
gem "rails", github: "rails/rails"
23+
gem "rails", github: "rails/rails", branch: "main"
2424
end
2525
end

0 commit comments

Comments
 (0)