Ruby on Rails Thursday, January 23, 2014

On Tuesday, January 21, 2014 3:46:04 PM UTC+1, Ruby-Forum.com User wrote:
Fred,
Sorry for falling off the map.   Picking this up again and I'm stumped
on how to make this work.

I've tried to adding test_company-libs as a add_development_dependency
and also as a add_runtime_dependency and neither seem to solve the
problem.

IE:
spec.add_development_dependency "test_company-libs"  #doesn't work


spec.add_runtime_dependency "test_company-libs"   #doesn't work

 
In what way did it not work? You might also try adding both

gem 'test_company-libs', :git => '...' 
gem 'your other gem', :git => '...' 

to the application's gemfile

and forget about formally declaring test_company-libs as a dependency of your gem.

Fred

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c99be4d3-d21c-4892-8147-6c0a114c143a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment