Skip to content

Instantly share code, notes, and snippets.

@matthieupinte
matthieupinte / gist:fec4b615cabd654387a8
Created June 20, 2014 14:34
Gemfile.lock spree extension
GIT
remote: git://github.com/spree/spree.git
revision: c1c5ed2f4bf53171ed42eb53d26db33250dfd86b
branch: 2-2-stable
specs:
spree (2.2.3.beta)
spree_api (= 2.2.3.beta)
spree_backend (= 2.2.3.beta)
spree_cmd (= 2.2.3.beta)
spree_core (= 2.2.3.beta)
@matthieupinte
matthieupinte / capistrano-deploy
Last active August 29, 2015 14:02
Sample deploy with Capistrano
Add this lines to your Gemfile:
```
# Use Capistrano for deployment
gem 'capistrano'
gem 'capistrano-rails'
```
Run `bundle install`
Run `cap install`