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 808353a commit 395874dCopy full SHA for 395874d
1 file changed
Gemfile
@@ -10,8 +10,8 @@ gemspec
10
branch = ENV.fetch('SOLIDUS_BRANCH', 'main')
11
gem 'solidus', github: 'solidusio/solidus', branch: branch
12
13
-# A workaround for https://github.com/bundler/bundler/issues/6677
14
-gem 'rails', '>0.a'
+rails_version = ENV.fetch("RAILS_VERSION", "~> 7.0")
+gem 'rails', rails_version
15
16
gem 'bundler'
17
gem 'rake'
0 commit comments