Skip to content

Commit 803c9c0

Browse files
committed
Update Gemfile
1 parent 5d841cf commit 803c9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "solidus", github: "solidusio/solidus", branch: branch
99
# Needed to help Bundler figure out how to resolve dependencies,
1010
# otherwise it takes forever to resolve them.
1111
# See https://github.com/bundler/bundler/issues/6677
12-
gem "rails", ENV.fetch("RAILS_VERSION", ">0.a")
12+
gem "rails", "~> #{ENV.fetch('RAILS_VERSION', '7.0')}"
1313

1414
case ENV["DB"]
1515
when "mysql"

0 commit comments

Comments
 (0)