-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
34 lines (29 loc) · 789 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
33
34
source 'https://rubygems.org'
gem 'rails', '3.2.13'
group :production do
#gem 'thin', '1.5.0'
gem 'unicorn', '4.4.0'
gem 'pg', '0.14.1'
gem 'newrelic_rpm', '3.5.1.14'
end
group :development do
gem 'sqlite3', '1.3.6'
end
group :assets do
gem 'sass-rails', '3.2.5'
gem 'coffee-rails', '3.2.2'
gem 'uglifier', '1.3.0'
gem 'bootstrap-sass', '2.1.1.0'
gem 'jquery-tablesorter', '1.1.0'
#gem 'font-awesome-sass-rails', '2.0.0.0'
end
gem 'jquery-rails', '2.2.1'
gem 'rails_autolink', '1.0.9'
gem 'rails-i18n', '0.7.0'
gem 'haml-rails', '0.3.5'
gem 'will_paginate', '3.0.3'
gem 'acts-as-taggable-on', '2.3.3'
gem 'devise', '2.1.2'
gem 'acts_as_follower', '0.1.1'
gem 'galetahub-simple_captcha', '0.1.3', :require => 'simple_captcha'
gem 'google-analytics-rails', '0.0.3'