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

Fix gem conflicts when running test suite #1262

Closed
wants to merge 1 commit into from
Closed

Fix gem conflicts when running test suite #1262

wants to merge 1 commit into from

Conversation

ngpestelos
Copy link

Problem caused by having two versions of sqlite3 on newer installations.

See also: rails/rails#35153

@dks17
Copy link
Contributor

dks17 commented Feb 26, 2019

@ngpestelos hello!
Delete gemfiles folder then run bundle exec appraisal install.

@@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.3.6"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't have any changes in mongoid gemfiles.

@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency 'devise', '> 3.5.2', '< 4.6'

s.add_development_dependency 'appraisal'
s.add_development_dependency 'sqlite3', '~> 1.3'
s.add_development_dependency 'sqlite3'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that only one change of sqlite version to >= 1.3 is enough.

@dks17
Copy link
Contributor

dks17 commented Feb 26, 2019

Please acquaint with CONTRIBUTING.md to run tests with particular gemset.

Problem caused by having two versions of sqlite3 on newer installations.

See also: rails/rails#35153
@MaicolBen
Copy link
Collaborator

#1269 already fixed this

@MaicolBen MaicolBen closed this Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants