On Jul 28, 2011, at 1:13 AM, Chirag Shah wrote:
Have you installed both nokogiri versions to your machine ?
Brian Jakovich wrote in post #1013456:
Trying to use cabybara and aws's ruby gem and I'm getting this error:
*Bundler could not find compatible versions for gem "nokogiri":
In Gemfile:
aws-sdk depends on
nokogiri (~> 1.4.4)
capybara depends on
nokogiri (1.5.0)*
Is there any way around this? Has anyone else had this problem
No.
~> 1.4.4 means: >= 1.4.4 and < 1.5
1.5.0 means: = 1.5.0
So there's no way to have a single version of nokogiri that can
simultaneously satisfy both version contraints.
-Rob
Rob Biedenharn
r...@agileconsultingllc.com http://AgileConsultingLLC.com/
r...@gaslightsoftware.com http://GaslightSoftware.com/
--
You received this message because you are subscribed to the Google Groups "Ruby on
Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.