Skip to content

Commit 2e81133

Browse files
tricknotesseanpdoyle
authored andcommitted
Update default Rails version to the latest of released version
Using released latest is a good way to develop gem with other gems.
1 parent 1e96bf5 commit 2e81133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
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)