rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 2k forks source link

Adding --gemfile= selection as an argument to exec #5924

Closed lloeki closed 5 years ago

lloeki commented 7 years ago

I was trying to fix this in a way that doesn't involve gruesome hacks and matryoshka wrappers by going something along this route (4.9). Here's what I found:

So what do you think about adding --gemfile= to bundle exec, and possibly the other commands too for consistency?

prithvi16 commented 6 years ago

@colby-swandale I am a first-time contributor. Can I start working on this?

colby-swandale commented 6 years ago

Sure! let us know if you have any questions.

blackst0ne commented 6 years ago

Any updates on this? :slightly_smiling_face:

@pvsukale have you started to work on this proposal?

prithvi16 commented 6 years ago

Sorry. Was busy with college work. Will start working on this tonight. Is this okay?

blackst0ne commented 6 years ago

@pvsukale sure. Take your time!

I just wanted to be sure you're in business. :slightly_smiling_face:

ankitkataria commented 6 years ago

@colby-swandale if this issue is still open, can I work on this? I'm a first-time contributor. :smile:

prithvi16 commented 6 years ago

Hey @ankitkataria . I am not working on this due to some problems. I should have mentioned this earlier :smile: .

colby-swandale commented 6 years ago

@ankitkataria Sure! let us know if you run into any issues

alex0112 commented 5 years ago

Is this still open? Looking for an issue to work on, but it looks like there's a merged PR.

ankitkataria commented 5 years ago

@alex0112 Yeah, I've already solved this one.

jarl-dk commented 5 years ago

Seems like this feature is not documented...

deivid-rodriguez commented 5 years ago

Documentation PR appreciated.