Skip to content

Instantly share code, notes, and snippets.

@parndt
Created May 22, 2012 04:03
Show Gist options
  • Save parndt/2766474 to your computer and use it in GitHub Desktop.
Save parndt/2766474 to your computer and use it in GitHub Desktop.
# pro tip
gem 'refinerycms-core', :git => 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable'
gem 'refinerycms-dashboard', :git => 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable'
gem 'refinerycms-images', :git => 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable'
gem 'refinerycms-pages', :git => 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable'
gem 'refinerycms-resources', :git => 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable'
# Can be simply:
git 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable' do
gem 'refinerycms-core'
gem 'refinerycms-dashboard'
gem 'refinerycms-images'
gem 'refinerycms-pages'
gem 'refinerycms-resources'
end
# Plus, you can omit refinerycms-core because it's required by all the others :-)
@sdownie
Copy link

sdownie commented May 22, 2012

Thanks! @parndt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment