Skip to content

Commit e541584

Browse files
committed
Switch default Rails version to 7.2 for local development
1 parent bffab3d commit e541584

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
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
rails_version = ENV.fetch("RAILS_VERSION", "6.0")
5+
rails_version = ENV.fetch("RAILS_VERSION", "7.2")
66

77
if rails_version == "main"
88
rails_constraint = { github: "rails/rails" }

0 commit comments

Comments
 (0)