Skip to content

Instantly share code, notes, and snippets.

@amaierhofer
Created September 5, 2017 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaierhofer/0c1c22a4ff887f480a867950ce5a021e to your computer and use it in GitHub Desktop.
Save amaierhofer/0c1c22a4ff887f480a867950ce5a021e to your computer and use it in GitHub Desktop.
group :development do
ENV.fetch('WAGONS').split.each do |wagon|
gem "hitobito_#{wagon}", :path => "../hitobito_#{wagon}"
end
end
group :production do
ENV.fetch('WAGONS').split.each do |wagon|
gem "hitobito_#{wagon}", :path => "../hitobito_#{wagon}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment