Skip to content

Commit

Permalink
update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Azdaroth committed Oct 3, 2024
1 parent 1f16fe8 commit c5e095f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ source "https://rubygems.org"
gem "activerecord", "~> 7.0.0"
gem "activesupport", "~> 7.0.0"
gem "pg", "~> 1.1"
gem "mysql2"
gem "sqlite3"

gemspec :path => "../"
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ source "https://rubygems.org"
gem "activerecord", "~> 7.1.0"
gem "activesupport", "~> 7.1.0"
gem "pg", "~> 1.1"
gem "mysql2"
gem "sqlite3"

gemspec :path => "../"
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ source "https://rubygems.org"
gem "activerecord", "~> 7.2.0"
gem "activesupport", "~> 7.2.0"
gem "pg", "~> 1.1"
gem "mysql2"
gem "sqlite3"

gemspec :path => "../"

0 comments on commit c5e095f

Please sign in to comment.