1 source 'https://rubygems.org'
3 #gem "minitest", "5.10.1"
5 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7 gem 'rails-controller-testing'
8 # Use sqlite3 as the database for Active Record
10 # Use SCSS for stylesheets
12 # Use Uglifier as compressor for JavaScript assets
14 # Use CoffeeScript for .js.coffee assets and views
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
17 gem 'therubyracer', platforms: :ruby
19 # Use jquery as the JavaScript library
21 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
23 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
25 # bundle exec rake doc:rails generates the API under doc/api.
26 gem 'sdoc', group: :doc
28 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
29 gem 'spring', group: :development
30 gem 'listen', group: :development
31 gem 'byebug', group: :development
33 # Use ActiveModel has_secure_password
34 # gem 'bcrypt', '~> 3.1.7'
36 # Use unicorn as the app server
39 # Use Capistrano for deployment
40 # gem 'capistrano-rails', group: :development
43 # gem 'debugger', group: [:development, :test]
47 gem "simple-navigation"
48 gem 'web-console', group: :development
52 gem "mysql2", group: :production