mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
I tried to use `mozilla` store, but got the following message, that gave me no clue what's wrong:
ArgumentError: cookie store unavailable: :mozilla
After some debugging I found that I have no `sqlite3` gem installed. But the error message should tell mi that.
This change should help.
|
||
|---|---|---|
| .. | ||
| abstract_saver.rb | ||
| abstract_store.rb | ||
| cookiestxt_saver.rb | ||
| hash_store.rb | ||
| mozilla_store.rb | ||
| yaml_saver.rb | ||