Created
May 22, 2012 04:03
-
-
Save parndt/2766474 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 :-) |
I had to change it to the following git 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable' do ....
Which version of Bundler do you have?
Or maybe this doesn't work for blocks??
@sdownie wow me too. Weird! Usually they have parity for things like that. I've changed the gist.
Thanks! @parndt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Saves A LOT of typing ^.^