heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
24.01k stars 5.55k forks source link

Rails 8: Fix CI sqlite3 error for Gemfile-rails-main #5708

Closed jeromedalbert closed 3 months ago

jeromedalbert commented 3 months ago

Fixes the following CI failures that were triggered by https://github.com/heartcombo/devise/pull/5706:

The errors happen because Rails 8 now requires sqlite gem >= 2.0 after this commit was merged: https://github.com/rails/rails/pull/51958.

nashby commented 3 months ago

Thanks!