We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d841cf commit 803c9c0Copy full SHA for 803c9c0
Gemfile
@@ -9,7 +9,7 @@ gem "solidus", github: "solidusio/solidus", branch: branch
9
# Needed to help Bundler figure out how to resolve dependencies,
10
# otherwise it takes forever to resolve them.
11
# See https://github.com/bundler/bundler/issues/6677
12
-gem "rails", ENV.fetch("RAILS_VERSION", ">0.a")
+gem "rails", "~> #{ENV.fetch('RAILS_VERSION', '7.0')}"
13
14
case ENV["DB"]
15
when "mysql"
0 commit comments