Skip to content

Instantly share code, notes, and snippets.

@esad
Created November 18, 2012 19:45
Show Gist options
  • Save esad/4107104 to your computer and use it in GitHub Desktop.
Save esad/4107104 to your computer and use it in GitHub Desktop.
app1/Gemfile:
gem 'a', path: '../gems/a'
gem 'b', path: '../gems/b'
app2/Gemfile:
gem 'a', path: '../gems/a'
gem 'b', path: '../gems/b'
gems/a/a.gemspec:
gem.add_dependency 'b'
gems/b/b.gemspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment