Skip to content

Commit 47be47d

Browse files
authored
Use latest sqlite3, fix tests with Active Record 8 (#28)
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.
1 parent fb3e3ce commit 47be47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ group :development, :test do
2929
gem "activerecord"
3030
gem "rom-sql"
3131
gem "sequel"
32-
gem "sqlite3", "~> 1.4"
32+
gem "sqlite3"
3333
end

0 commit comments

Comments
 (0)