Skip to content

Commit 1bc77e2

Browse files
wip
1 parent 832d99a commit 1bc77e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ else
1717
gem "solidus_frontend", github: "solidusio/solidus", branch: branch
1818
end
1919

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"
20+
rails_requirement_string = ENV.fetch("RAILS_VERSION", "~> 7.0")
21+
gem "rails", rails_requirement_string
2422

2523
# Provides basic authentication functionality for testing parts of your engine
2624
gem "solidus_auth_devise"

0 commit comments

Comments
 (0)