Skip to content

Instantly share code, notes, and snippets.

@schneems
Created December 17, 2011 19:19
Show Gist options
  • Save schneems/1491110 to your computer and use it in GitHub Desktop.
Save schneems/1491110 to your computer and use it in GitHub Desktop.
gem 'actionmailer', :path => '/Users/schneems/documents/projects/rails/actionmailer'
gem 'actionpack', :path => '/Users/schneems/documents/projects/rails/actionpack'
gem 'activemodel', :path => '/Users/schneems/documents/projects/rails/activemodel'
gem 'activerecord', :path => '/Users/schneems/documents/projects/rails/activerecord'
gem 'activeresource', :path => '/Users/schneems/documents/projects/rails/activeresource'
gem 'activesupport', :path => '/Users/schneems/documents/projects/rails/activesupport'
gem 'railties', :path => '/Users/schneems/documents/projects/rails/railties'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment