Bundler could not find compatible versions for gem "nokogiri"
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)
I solved. for more information: https://github.com/spree/deface/commit/4a1778770cab20a901b9772a18e50066826094c8
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',
https://github.com/Undev/redmine_user_specific_theme/pull/7/commits/ab14388dc07971761d66af647599fb82bdacb532
and every things works fine.