Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade sqlite3 gem #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Downgrade sqlite3 gem #24

wants to merge 1 commit into from

Commits on Nov 7, 2023

  1. Downgrade sqlite3 gem

    I had to run some tests to compare the parameters change between Rails 4
    and 5, while running `bundle install` I got the following error message:
    
    ```
    /home/ombu/.asdf/installs/ruby/2.6.10/lib/ruby/gems/2.6.0/gems/activerecord-5.0.7.2/lib/active_record/connection_adapters/connection_specification.rb:176:in `rescue in spec':
    Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord). (Gem::LoadError)
    ```
    
    btw, I was using `ruby 2.6.10`.
    JuanVqz committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d430b33 View commit details
    Browse the repository at this point in the history