Created
August 14, 2013 04:36
-
-
Save ch1ago/6228044 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
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.0' | |
gem 'pg' | |
gem 'rails-i18n' | |
gem 'spree', github: 'spree/spree' | |
gem 'spree_i18n', github: 'spree/spree_i18n' |
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
deployer@debian:~/host/apps/demo_store$ bundle | |
Updating git://github.com/spree/spree.git | |
Updating git://github.com/spree/spree_i18n.git | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching gem metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Bundler could not find compatible versions for gem "spree_core": | |
In Gemfile: | |
spree_i18n (>= 0) ruby depends on | |
spree_core (~> 2.1) ruby | |
spree (>= 0) ruby depends on | |
spree_core (2.1.0.beta) | |
deployer@debian:~/host/apps/demo_store$ | |
Author
ch1ago
commented
Aug 14, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment