Skip to content

Commit

Permalink
solidus core v4
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAlexandria committed May 31, 2024
1 parent 7841528 commit 4584194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem 'solidus', github: 'solidusio/solidus', branch: branch
#gem 'solidus', github: 'solidusio/solidus', branch: branch
gem 'solidus_core', '~> 4.x'

# Needed to help Bundler figure out how to resolve dependencies,
# otherwise it takes forever to resolve them.
Expand Down

0 comments on commit 4584194

Please sign in to comment.