-
-
Save divoxx/5315040 to your computer and use it in GitHub Desktop.
Then anyone could have group "[email protected]" do
end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groups = Rails.groups(assets: %w(development test)) | |
unless Rails.env.production? | |
user = `cd "#{Rails.root}" && git config user.email`.chomp | |
groups << user unless user.blank? | |
end | |
Bundler.require(*groups) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment