From: Jon Cairns Date: 2013-04-05T20:54:46+09:00 Subject: Re: Role of bundler in creating and installing a gem Josh Cheek wrote in post #1104528: > I'm pretty sure `bundle new` isn't a thing. If it is for you, then maybe > you have an older version. Urgh, my bad. I meant `bundle gem mygem`! > The gemspec is what tells it to look in mygem.gemspec for the > dependencies > list. So does that mean that you don't add gems to the Gemfile unless you only want them for development? And that any dependencies **have** to go in the gemspec? Thanks -- Posted via http://www.ruby-forum.com/.