Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravel committed Nov 8, 2024
1 parent 3cd77fb commit 318c758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_8.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec path: ".."

gem "activerecord", "~> 8.0.0.beta"
gem "activesupport", "~> 8.0.0.beta"
gem "activerecord", "~> 8.0.0"
gem "activesupport", "~> 8.0.0"
gem "mysql2", "~> 0.5.6"
gem "pg", "~> 1.5.8"
gem "sqlite3", "~> 2.1.0"

0 comments on commit 318c758

Please sign in to comment.