----------------------------------------
C:\Users\me\Documents\proj\agile\fulcrum>gem list --local
*** LOCAL GEMS ***
actionmailer (4.1.4, 4.0.2)
actionpack (4.1.4, 4.0.2)
actionview (4.1.4)
activemodel (4.1.4, 4.0.2)
activerecord (4.1.4, 4.0.2)
activerecord-deprecated_finders (1.0.3)
activesupport (4.1.4, 4.0.2)
arel (5.0.1.20140414130214, 4.0.1)
atomic (1.1.14)
bcrypt-ruby (3.1.2 x64-mingw32)
bigdecimal (1.2.0)
builder (3.2.2, 3.1.4)
bundler (1.6.3)
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.11, 0.6.9)
io-console (0.4.2)
json (1.7.7)
mail (2.5.4)
mime-types (1.25.1)
mini_portile (0.6.0, 0.5.2)
minitest (5.4.0, 4.7.5, 4.3.2)
multi_json (1.10.1)
nokogiri (1.6.2.1 x64-mingw32)
polyglot (0.3.5, 0.3.3)
psych (2.0.0)
rack (1.5.2)
rack-test (0.6.2)
rails (4.1.4)
railties (4.1.4)
rake (10.1.1, 0.9.6)
rdoc (4.0.0)
sprockets (2.12.1)
sprockets-rails (2.1.3)
test-unit (2.0.0.0)
thor (0.19.1)
thread_safe (0.3.4, 0.1.3)
tilt (1.4.1)
treetop (1.4.15)
tzinfo (1.2.1, 0.3.38)
Which package is requiring (at most version 1.6.0 of) nokogiri?
> Bundler comes up with a solution of
different versions of gems that are all compatible with each other.
If only they were all available...
> By running `bundle update nokogiri` you are asking bundler to try and
find a newer version of nokogiri that still settles all of the
dependency requirements of the things that rely on nokogiri defined in
the application.
As expected, this did not help, because I already have a newer version. The bundler configuration seems to be locking nokogiri to either a version ceiling (1.6.0 "at the latest"), or a specific version (1.6.0 exactly).
> I'm afraid that Ruby support on Windows is not very good, and as a
consequence you're probably treading relatively unknown ground.
Bummer. Thanks for the heads-up.
> Are you able to google and find the minimum version of nokogiri that
will fix your compilation problem? If I know what the minimum version
you need is I might be able to come up with a fix.
According to the error message, the *maximum* (or only) usable version is 1.6.0. If there were only a minimum requirement, I don't think I'd be having this problem.
If nothing else, I'd appreciate it if you could let me know how I can figure out which package is requiring the specific version of nokogiri. (Remember, I'm a Ruby neophyte.)
I hope I can try out your software. I enjoyed Pivotal Tracker, and now am in need of a task tracking solution that is not publicly hosted.
Thanks.
> Your original problem is the version of nokogiri that Fulcrum is currently locked to (1.6.0) will not compile on your Win 64 system.
This is a difference of perspective. To my view, the problem is the version locking itself, i.e. capybara-webkit(?) ought not to be requiring anything other than the latest version of nokogiri.
In any case, I just spent ~1.5 hours trying to follow the complicated installation instructions for capybara-webkit, getting all the dependencies and everything... Some outputs didn't match up... And I did not succeed.
That's all the time I have to spend on this. If you ever get this issue resolved, I'd appreciate it if you'd reply to this thread to let me know. I remain interested in trying your software, but don't want to follow the mailing list for something I can't use.
Thanks kindly for for your time and effort.
--
You received this message because you are subscribed to a topic in the Google Groups "Fulcrum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fulcrum-users/IaOf-pcPF0s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fulcrum-user...@googlegroups.com.