Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/11/2013, 13:44
abarrero90
 
Fecha de Ingreso: febrero-2013
Mensajes: 55
Antigüedad: 11 años, 3 meses
Puntos: 0
Respuesta: problema gemas

Aquí lo tienes. Igual es porque necesito meter otro "source"?


Código Ruby:
Ver original
  1. source 'https://rubygems.org'
  2.  
  3. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  4. gem 'rails', '4.0.0'
  5.  
  6. # Use sqlite3 as the database for Active Record
  7. gem 'sqlite3'
  8.  
  9. # Use SCSS for stylesheets
  10. gem 'sass-rails', '~> 4.0.0'
  11.  
  12. # Use Uglifier as compressor for JavaScript assets
  13. gem 'uglifier', '>= 1.3.0'
  14.  
  15. # Use CoffeeScript for .js.coffee assets and views
  16. gem 'coffee-rails', '~> 4.0.0'
  17.  
  18. # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  19. # gem 'therubyracer', platforms: :ruby
  20.  
  21. # Use jquery as the JavaScript library
  22. gem 'jquery-rails'
  23. gem 'jquery-ui-rails'
  24.  
  25. # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
  26. gem 'turbolinks'
  27.  
  28. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  29. gem 'jbuilder', '~> 1.2'
  30.  
  31. group :doc do
  32.   # bundle exec rake doc:rails generates the API under doc/api.
  33.   gem 'sdoc', require: false
  34. end
  35.  
  36. # Use ActiveModel has_secure_password
  37.  gem 'bcrypt-ruby', '~> 3.0.0'