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

Conversation

JuanVqz
Copy link
Member

@JuanVqz JuanVqz commented Nov 7, 2023

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)

so, downgrading the gem fixed the issue.

btw, I was using ruby 2.6.10.

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 JuanVqz marked this pull request as ready for review May 20, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant