Skip to content

Commit aa05b63

Browse files
committed
Allow Rails version to be configured in development
1 parent b33b1fa commit aa05b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
77
gem 'solidus', github: 'solidusio/solidus', branch: branch
88

9-
gem 'rails'
9+
gem 'rails', ENV.fetch('RAILS_VERSION', nil)
1010

1111
case ENV['DB']
1212
when 'mysql'

0 commit comments

Comments
 (0)