Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

[🔧] Make sqlite3 dependency stricter (~> 1.3.6) #21

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

eonu
Copy link
Collaborator

@eonu eonu commented Feb 8, 2019

The recently released 1.4.0 version for the sqlite3 gem seems to be causing some loading issues.

Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0. Make sure all dependencies are added to Gemfile. (LoadError)

The current gem version specifier for sqlite3 (~> 1.3) will allow for 1.4.0 to be used - so tightening this restriction to ~> 1.3.6 avoids this LoadError.

@eonu eonu merged commit 6661d5a into master Feb 8, 2019
@eonu eonu mentioned this pull request Feb 8, 2019
@eonu eonu deleted the patch/sqlite3-dep branch May 6, 2019 12:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant