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

Bundler could not find compatible versions for gem "nokogiri" #1

Open
luisr9 opened this issue Jul 25, 2013 · 2 comments
Open

Bundler could not find compatible versions for gem "nokogiri" #1

luisr9 opened this issue Jul 25, 2013 · 2 comments

Comments

@luisr9
Copy link

luisr9 commented Jul 25, 2013

Hello.

install plugin, i have this error:

Bundler could not find compatible versions for gem "nokogiri":
In Gemfile:
deface (>= 0) x86-mingw32 depends on
nokogiri (~> 1.4.3) x86-mingw32

nokogiri (1.6.0)
@luisr9
Copy link
Author

luisr9 commented Jul 25, 2013

I solved.
for more information:
spree/deface@4a17787

@exsisto
Copy link

exsisto commented Nov 14, 2016

Or you may update defece gem version to 1.0.2, and make a simple changes that described on gem page.

Change app/overrides/users/_preferences.rb
:insert_before => 'code[erb-silent]:contains("end"):last',
to
:insert_before => 'erb[silent]:contains("end"):last',

ab14388

and every things works fine.

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

No branches or pull requests

2 participants