Advertisement
michaelpastes

Untitled

Sep 1st, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1.  
  2. Could not find gem 'spree_frontend (~> 2.1.0.beta) ruby', which is required by
  3. gem 'spree_auth_devise (>= 0) ruby', in any of the sources.
  4.  
  5.  
  6.  
  7. gemfile
  8.  
  9.  
  10. source 'https://rubygems.org'
  11.  
  12. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  13. gem 'rails', '4.0.0'
  14.  
  15. # Use postgresql as the database for Active Record
  16. gem 'pg'
  17.  
  18. # Use SCSS for stylesheets
  19. gem 'sass-rails', '~> 4.0.0'
  20.  
  21. # Use Uglifier as compressor for JavaScript assets
  22. gem 'uglifier', '>= 1.3.0'
  23.  
  24. # Use CoffeeScript for .js.coffee assets and views
  25. gem 'coffee-rails', '~> 4.0.0'
  26.  
  27. # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  28. # gem 'therubyracer', platforms: :ruby
  29.  
  30. # Use jquery as the JavaScript library
  31. gem 'jquery-rails'
  32.  
  33. # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
  34. gem 'turbolinks'
  35.  
  36. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  37. gem 'jbuilder', '~> 1.2'
  38.  
  39. gem 'spree'
  40. gem 'spree_auth_devise', github: 'spree/spree_auth_devise'
  41.  
  42.  
  43.  
  44.  
  45. group :doc do
  46. # bundle exec rake doc:rails generates the API under doc/api.
  47. gem 'sdoc', require: false
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement