Closed b-ggs closed 8 years ago
@b-ggs Looks like there's a @groups
instance variable available in the Bundler DSL class: https://github.com/bundler/bundler/blob/master/lib/bundler/dsl.rb#L188-L202
I'm not sure if you can use that in the way you want. If you can't stick the gem in the correct specified group, adding it as a line with , group: '<group>'
is functionally equivalent.
@b-ggs When your status update says: Look into issue re: laduradura gem on different platforms
, what findings or implementations have you created in relation to this so far?
Date:
(6/20/2016)
What I Did and Worked On (Yesterday):
group
andsource
forbundle add
What I Will Do (Today):
group
andsource
forbundle add
laduradura
gem on different platformsAny Blockers:
Interestings/Helps:
Injector
class doesn't currently seem to have any option to append lines within a group. I don't mind having to implement this, but I was just wondering if there was already one in place so I could work off of that instead of starting from scratch.