Skip to content

Commit fa4231d

Browse files
committed
Use stable Rails 8.1
1 parent a2cd624 commit fa4231d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gemfiles/rails_8.1.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec path: ".."
55

6-
gem "activerecord", ">= 8.1.0.rc1", "< 8.2"
7-
gem "activesupport", ">= 8.1.0.rc1", "< 8.2"
6+
gem "activerecord", "~> 8.1.0"
7+
gem "activesupport", "~> 8.1.0"
88
gem "mysql2", "~> 0.5.6"
99
gem "pg", "~> 1.5.8"
1010
gem "sqlite3", "~> 2.1.0"

0 commit comments

Comments
 (0)