Skip to content

Commit b804128

Browse files
committed
refs #355
1 parent b80b4fb commit b804128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
git_source(:github) { |repo| "https://github.com/#{repo}" }
66

7-
branch = ENV.fetch("BRANCH", "master")
7+
branch = ENV.fetch("BRANCH", "main")
88
gem "activesupport", github: "rails/rails", branch: branch
99
gem "activemodel", github: "rails/rails", branch: branch
1010
gem "activejob", github: "rails/rails", branch: branch

0 commit comments

Comments
 (0)