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 832d99a commit 1bc77e2Copy full SHA for 1bc77e2
Gemfile
@@ -17,10 +17,8 @@ else
17
gem "solidus_frontend", github: "solidusio/solidus", branch: branch
18
end
19
20
-# Needed to help Bundler figure out how to resolve dependencies,
21
-# otherwise it takes forever to resolve them.
22
-# See https://github.com/bundler/bundler/issues/6677
23
-gem "rails", ">0.a"
+rails_requirement_string = ENV.fetch("RAILS_VERSION", "~> 7.0")
+gem "rails", rails_requirement_string
24
25
# Provides basic authentication functionality for testing parts of your engine
26
gem "solidus_auth_devise"
0 commit comments