forked from colloki/colloki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
58 lines (46 loc) · 1017 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
source 'http://rubygems.org'
gem 'rails'
gem 'sqlite3'
gem 'will_paginate', '~> 3.0.0'
gem 'dynamic_form'
gem 'acts-as-taggable-on', '~>2.1.0' # https://github.com/mbleigh/acts-as-taggable-on
gem 'gravatar-ultimate'
# Authentication
gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'omniauth-openid'
gem 'koala'
gem 'nokogiri' # http://nokogiri.org/
gem 'paperclip', "~> 2.4"
gem 'capistrano'
gem 'whenever' # https://gravatar-ultimatehub.com/javan/whenever
gem 'mail'
# Admin
gem 'rails_admin'
gem 'prototype-rails'
gem 'devise'
# Assets
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'therubyracer'
gem 'less-rails'
gem 'less-rails-bootstrap'
# Backbone, JS Templating, gon
gem 'jquery-rails'
gem 'rails-backbone'
gem 'ejs'
gem 'gon'
# Following
gem "acts_as_follower"
# Spam
gem "honeypot-captcha"
gem "galetahub-simple_captcha", :require => "simple_captcha"
# DB
gem 'yaml_db'
gem 'mysql2'
# Profanity
gem 'profanity_filter'
gem 'bootstrap-datepicker-rails'
gem 'gmaps4rails'
gem 'geocoder'