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.
 
 
 
 
 

50 lines
1.7 KiB

  1. source 'https://rubygems.org'
  2. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  3. gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
  4. # Use sqlite3 as the database for Active Record
  5. gem 'sqlite3'
  6. # Use Puma as the app server
  7. gem 'puma', '~> 3.0'
  8. # Use SCSS for stylesheets
  9. gem 'sass-rails', '~> 5.0'
  10. # Use Uglifier as compressor for JavaScript assets
  11. gem 'uglifier', '>= 1.3.0'
  12. # Use CoffeeScript for .coffee assets and views
  13. gem 'coffee-rails', '~> 4.2'
  14. # See https://github.com/rails/execjs#readme for more supported runtimes
  15. # gem 'therubyracer', platforms: :ruby
  16. # Use jquery as the JavaScript library
  17. gem 'jquery-rails'
  18. gem 'jquery-ui-rails'
  19. # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
  20. gem 'turbolinks', '~> 5'
  21. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  22. gem 'jbuilder', '~> 2.5'
  23. # Use Redis adapter to run Action Cable in production
  24. # gem 'redis', '~> 3.0'
  25. # Use ActiveModel has_secure_password
  26. # gem 'bcrypt', '~> 3.1.7'
  27. # Use Capistrano for deployment
  28. # gem 'capistrano-rails', group: :development
  29. group :development, :test do
  30. # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  31. gem 'byebug', platform: :mri
  32. end
  33. group :development do
  34. # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
  35. gem 'web-console'
  36. gem 'listen', '~> 3.0.5'
  37. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  38. gem 'spring'
  39. gem 'spring-watcher-listen', '~> 2.0.0'
  40. end
  41. # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
  42. gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]