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.
 
 
 
 
 

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