A corporation manager and dashboard for EVE Online
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

36 lignes
1.0 KiB

  1. source 'https://rubygems.org'
  2. gem 'rails', '4.2.0'
  3. gem 'sqlite3'
  4. gem 'uglifier', '>= 1.3.0'
  5. gem 'jquery-rails'
  6. gem 'bcrypt', '~> 3.1.7'
  7. gem 'eaal', '~> 0.1.12'
  8. # At this point, avoid using SASS or CoffeeScript
  9. # gem 'sass-rails', '~> 5.0'
  10. # gem 'coffee-rails', '~> 4.1.0'
  11. # Avoid Turbolinks for now (https://github.com/rails/turbolinks)
  12. # gem 'turbolinks'
  13. # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  14. # gem 'therubyracer', platforms: :ruby
  15. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  16. # gem 'jbuilder', '~> 2.0'
  17. # bundle exec rake doc:rails generates the API under doc/api.
  18. # gem 'sdoc', '~> 0.4.0', group: :doc
  19. group :development, :test do
  20. # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  21. gem 'byebug'
  22. # Access an IRB console on exception pages or by using <%= console %> in views
  23. gem 'web-console', '~> 2.0'
  24. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  25. # gem 'spring'
  26. end