active-hash / active_hash

A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
MIT License
1.19k stars 178 forks source link

test: pin sqlite3 dependency to `< 2.0` #303

Closed flavorjones closed 3 months ago

flavorjones commented 3 months ago

Because Rails's sqlite adapter requires sqlite3 ~> 1.4 through v7.1.3.2, tests started failing once the new sqlite3 v2.0 was pulled in:

https://github.com/active-hash/active_hash/actions/runs/8813099625

This has been fixed in Rails 7-1-stable and main but no releases are yet available.

This PR: