forked from globocom/GloboDNS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
32 lines (27 loc) · 836 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
source 'http://rubygems.org'
gem 'rails', '~> 3.2.0'
gem 'mysql2', '~> 0.3.0'
gem 'haml', '~> 3.1.4'
gem 'jquery-rails', '~> 2.0.1'
gem 'will_paginate', '~> 3.0.2'
gem 'audited-activerecord', '~> 3.0.0.rc1'
gem 'devise', '~> 2.0.4'
gem 'awesome_print', '~> 1.0'
gem 'responders', '~> 0.9.1'
gem 'citrus', '~> 2.4.1'
gem 'validation_scopes', '~> 0.4.1'
gem 'syslogger', '~> 1.3'
gem 'unicorn'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'therubyracer'
gem 'uglifier', '~> 1.0.3'
end
group :development, :test do
# gem 'rspec-rails', '~> 2.6.0'
# gem 'RedCloth', '>= 4.1.1'
end
group :test do
gem 'tconsole', '~> 1.1'
end