We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e96bf5 commit 2e81133Copy full SHA for 2e81133
Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
3
gemspec
4
5
-rails_version = ENV.fetch("RAILS_VERSION", "6.0")
+rails_version = ENV.fetch("RAILS_VERSION", "7.2")
6
7
if rails_version == "main"
8
rails_constraint = { github: "rails/rails" }
0 commit comments