0
|
1 source 'https://rubygems.org'
|
|
2
|
|
3 gem 'rails', '3.2.8'
|
|
4
|
|
5 # Bundle edge Rails instead:
|
|
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
|
|
7
|
|
8 gem 'mysql2'
|
|
9
|
|
10 gem 'json'
|
|
11
|
|
12 # Gems used only for assets and not required
|
|
13 # in production environments by default.
|
|
14 group :assets do
|
|
15 gem 'sass-rails', '~> 3.2.3'
|
|
16
|
|
17 gem 'uglifier', '>= 1.0.3'
|
|
18 end
|
|
19
|
|
20
|
|
21
|
|
22 # To use ActiveModel has_secure_password
|
|
23 # gem 'bcrypt-ruby', '~> 3.0.0'
|
|
24
|
|
25 # To use Jbuilder templates for JSON
|
|
26 # gem 'jbuilder'
|
|
27
|
|
28 # Use unicorn as the app server
|
|
29 # gem 'unicorn'
|
|
30
|
|
31 # Deploy with Capistrano
|
|
32 # gem 'capistrano'
|
|
33
|
|
34 # To use debugger
|
|
35 # gem 'ruby-debug'
|