Skip to content

Commit

Permalink
Fix issue where sqlite3 doesn't bundle properly with Rails 7 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Apr 29, 2024
1 parent b1fd831 commit e64234f
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 e64234f

Please sign in to comment.