Restream / redmine_user_specific_theme

Redmine user specific theme plugin
Apache License 2.0
31 stars 24 forks source link

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

Open luisr9 opened 11 years ago

luisr9 commented 11 years ago

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 commented 11 years ago

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

exsisto commented 7 years ago

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.