Bundler, rubygems and dynamic use of gems?

As far as I know you have to include it in your Gemfile or include it prior to using bundler If you include it after you get an error. There may be a way to turn that off but I can't find it.

As far as I know you have to include it in your Gemfile, or include it prior to using bundler. If you include it after you get an error. There may be a way to turn that off but I can't find it.

I'm developing a gem with uses bundler for its dependency management. Now I want to use some gems but only when they are already installed in the system (shown by gem list), so I cannot add them to the Gemfile. Does not work because bundler seems to hide all gems not listed in the Gemfile.

A simple test. Works without any problems.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions