Skip to content

Commit

Permalink
Merge pull request #53 from Fryguy/fix_sqlite3
Browse files Browse the repository at this point in the history
Fix issue where sqlite3 doesn't bundle properly with Rails 7 and below
  • Loading branch information
agrare committed Apr 29, 2024
2 parents b1fd831 + e64234f commit d2813aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ minimum_version =
end

gem "activerecord", minimum_version

# sqlite3 doesn't bundle properly with Rails 7.0 or less.
gem "sqlite3", "< 2"

0 comments on commit d2813aa

Please sign in to comment.