auth0-samples / auth0-rubyonrails-sample

Auth0 Integration Samples for Ruby on Rails Web Applications

Home Page:https://auth0.com/docs/quickstart/webapp/rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3 error

MozyOk opened this issue · comments

Thank you for the great example!
I have one error.
Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

How to fix

add sqlite3 version for Gemfile
gem 'sqlite3', '~> 1.3.13'

I'm glad if you can use it as a reference.

This was fixed in #36