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.
 
 
 
 
 

37 lines
1.1 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. # At this point, avoid using SASS or CoffeeScript
  7. # gem 'sass-rails', '~> 5.0'
  8. # gem 'coffee-rails', '~> 4.1.0'
  9. # Avoid Turbolinks for now (https://github.com/rails/turbolinks)
  10. # gem 'turbolinks'
  11. # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  12. # gem 'therubyracer', platforms: :ruby
  13. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  14. # gem 'jbuilder', '~> 2.0'
  15. # bundle exec rake doc:rails generates the API under doc/api.
  16. # gem 'sdoc', '~> 0.4.0', group: :doc
  17. # Use ActiveModel has_secure_password
  18. # gem 'bcrypt', '~> 3.1.7'
  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