We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80b4fb commit b804128Copy full SHA for b804128
Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
5
git_source(:github) { |repo| "https://github.com/#{repo}" }
6
7
-branch = ENV.fetch("BRANCH", "master")
+branch = ENV.fetch("BRANCH", "main")
8
gem "activesupport", github: "rails/rails", branch: branch
9
gem "activemodel", github: "rails/rails", branch: branch
10
gem "activejob", github: "rails/rails", branch: branch
0 commit comments