Skip to content

Commit 784761a

Browse files
committed
use rails 8.1 by default
1 parent 0715ecd commit 784761a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
gemspec
55

6-
rails_version = (ENV["RAILS_VERSION"] || "~> 8").to_s
6+
rails_version = (ENV["RAILS_VERSION"] || "~> 8.1").to_s
77

88
gem "rails", (rails_version == "main") ? {git: "https://github.com/rails/rails", ref: "main"} : rails_version
99

0 commit comments

Comments
 (0)