-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
50 lines (44 loc) · 1.05 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
source 'https://rubygems.org'
ruby "1.9.3"
# gem 'rails', '3.2.13'
gem 'rails', '~> 3.2', '>= 3.2.22.2'
gem 'serel'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
# gem 'sextant'
gem "quiet_assets", ">= 1.0.1"
gem "better_errors", ">= 0.6.0"
gem "binding_of_caller", ">= 0.7.1"
gem "awesome_print"
gem "bullet"
end
group :test do
gem "capybara", ">= 2.0.2"
gem "database_cleaner", ">= 0.9.1"
gem "email_spec", ">= 1.4.0"
end
group :development, :test do
gem "rspec-rails", ">= 2.12.2"
end
gem "jquery-rails"
gem 'thin', '~> 1.6', '>= 1.6.4'
gem "font-awesome-sass-rails"
gem "bootstrap-sass", ">= 2.3.0.0"
gem "devise", ">= 2.2.3"
gem "cancan", ">= 1.6.8"
gem "rolify", ">= 3.2.0"
gem "simple_form", ">= 2.0.4"
gem "figaro", ">= 0.5.3"
gem "pg"
gem "rack-mini-profiler"
gem "pygments.rb"
gem "will_paginate", "~> 3.0"
gem "redcarpet"
gem "friendly_id"
gem "newrelic_rpm"
gem 'rdoc', '~> 3.4'