Skip to content

Commit

Permalink
Use latest sqlite3, fix tests with Active Record 8 (#28)
Browse files Browse the repository at this point in the history
For some reason this gem dependency was added with a now-old 1.x version constraint. Active Record in Rails 8 now depends on sqlite 2.x.
  • Loading branch information
timriley authored Nov 10, 2024
1 parent fb3e3ce commit 47be47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ group :development, :test do
gem "activerecord"
gem "rom-sql"
gem "sequel"
gem "sqlite3", "~> 1.4"
gem "sqlite3"
end

0 comments on commit 47be47d

Please sign in to comment.