We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0f7d commit 91cf796Copy full SHA for 91cf796
Gemfile
@@ -2,7 +2,7 @@
2
3
source 'https://rubygems.org'
4
5
-branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
+branch = ENV.fetch('SOLIDUS_BRANCH', 'main')
6
7
git "https://github.com/solidusio/solidus.git", branch: branch do
8
gem 'solidus_api'
0 commit comments