redmine_user_specific_theme icon indicating copy to clipboard operation
redmine_user_specific_theme copied to clipboard

Bundler could not find compatible versions for gem "nokogiri"

Open luisr9 opened this issue 12 years ago • 2 comments

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 avatar Jul 25 '13 17:07 luisr9

I solved. for more information: https://github.com/spree/deface/commit/4a1778770cab20a901b9772a18e50066826094c8

luisr9 avatar Jul 25 '13 18:07 luisr9

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.

exsisto avatar Nov 14 '16 11:11 exsisto