We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd77fb commit 318c758Copy full SHA for 318c758
gemfiles/rails_8.0.rb
@@ -3,8 +3,8 @@
3
source "https://rubygems.org"
4
gemspec path: ".."
5
6
-gem "activerecord", "~> 8.0.0.beta"
7
-gem "activesupport", "~> 8.0.0.beta"
+gem "activerecord", "~> 8.0.0"
+gem "activesupport", "~> 8.0.0"
8
gem "mysql2", "~> 0.5.6"
9
gem "pg", "~> 1.5.8"
10
gem "sqlite3", "~> 2.1.0"
0 commit comments