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

Lock sqlite3 version to 1.3 #3088

Merged

Commits on Feb 7, 2019

  1. Lock sqlite3 version to 1.3

    Related to solidusio#3087. ActiveRecord 5.2.2 has sqlite3 dependency locked to ~>
    1.3.6, we need to reflect that in order to avoid conflicts due to
    sqlite3 1.4 version releasement.
    mdesantis committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    4979232 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Fix sqlite3 version conflict on sandbox generation

    Fixes solidusio#3087. `rails new` generates a Gemfile with `gem 'sqlite3'`
    dependency declaration, but since sqlite3 1.4 has been released it
    conflicts with activerecord sqlite3 adapter dependency declaration,
    which is `sqlite3 ~> 1.3.6`.
    mdesantis committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    6fe4886 View commit details
    Browse the repository at this point in the history