Skip to content

Commit 91cf796

Browse files
Update main branch name in gemfile
master is no longer the name of the main branch so we don't want to use it anymore. Co-Authored-By: Andrew Stewart <[email protected]>
1 parent aaf0f7d commit 91cf796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
5+
branch = ENV.fetch('SOLIDUS_BRANCH', 'main')
66

77
git "https://github.com/solidusio/solidus.git", branch: branch do
88
gem 'solidus_api'

0 commit comments

Comments
 (0)