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 b33b1fa commit aa05b63Copy full SHA for aa05b63
1 file changed
Gemfile
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
6
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
7
gem 'solidus', github: 'solidusio/solidus', branch: branch
8
9
-gem 'rails'
+gem 'rails', ENV.fetch('RAILS_VERSION', nil)
10
11
case ENV['DB']
12
when 'mysql'
0 commit comments