layervault / psd.rb

Parse Photoshop files in Ruby with ease
MIT License
3.12k stars 207 forks source link

nokogiri newer version not supported #95

Open tomermes opened 8 years ago

tomermes commented 8 years ago

When trying to use the psd gem I get this error:

in `to_specs': Could not find 'nokogiri' (~> 1.5.0) - did find: nokogiri-1.6.8-x64-mingw32

The 1.6.8 version of nokogiri is not supported?

blancoberg commented 7 years ago

did you happen to find the solution to this? :)