A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
771 B

  1. source 'https://rubygems.org'
  2. gem 'rails', '~> 5.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 do
  20. gem 'byebug'
  21. gem 'web-console', '~> 2.0'
  22. # gem 'spring'
  23. end