RochesterinNYC / bundler-gsoc

Documentation and Utility Scripts for Bundler GSoC Mentoring
1 stars 1 forks source link

Boggs - 6/20/2016 #30

Closed b-ggs closed 8 years ago

b-ggs commented 8 years ago

Date: (6/20/2016)

What I Did and Worked On (Yesterday):

RochesterinNYC commented 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.

RochesterinNYC commented 8 years ago

@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?