Skip to content

Commit

Permalink
Update default Rails version to the latest of released version
Browse files Browse the repository at this point in the history
Using released latest is a good way to develop gem with other gems.
  • Loading branch information
tricknotes authored and seanpdoyle committed Sep 17, 2024
1 parent 1e96bf5 commit 2e81133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

rails_version = ENV.fetch("RAILS_VERSION", "6.0")
rails_version = ENV.fetch("RAILS_VERSION", "7.2")

if rails_version == "main"
rails_constraint = { github: "rails/rails" }
Expand Down

0 comments on commit 2e81133

Please sign in to comment.