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 :-)
@mattreduce
Copy link

Pro tip, indeed! 👍

@sdownie
Copy link

sdownie commented May 22, 2012

Saves A LOT of typing ^.^

@sdownie
Copy link

sdownie commented May 22, 2012

I had to change it to the following git 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable' do ....

@parndt
Copy link
Author

parndt commented May 22, 2012 via email

@parndt
Copy link
Author

parndt commented May 22, 2012

@sdownie wow me too. Weird! Usually they have parity for things like that. I've changed the gist.

@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