Skip to content

Commit 286f58a

Browse files
committed
Update default Gemfile to use Rails 8.1
- Change Rails version from ~> 8.0.0 to ~> 8.1.0 in default Gemfile - Aligns with the latest Rails 8.1 compatibility fixes
1 parent e10bff9 commit 286f58a

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

33
gemspec
44

5-
gem 'rails', '~> 8.0.0'
5+
gem 'rails', '~> 8.1.0'
66

77
group :production do
88
gem 'sprockets-rails'

0 commit comments

Comments
 (0)