-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile
executable file
·44 lines (41 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
source 'https://rubygems.org'
source 'https://rails-assets.org'
gem 'rails', '4.1.5'
gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'haml', '~> 4.0.5'
gem 'simple_form', '~> 3.0.2'
gem 'paperclip', '~> 4.2.0'
gem 'bootstrap-sass', '~> 3.2.0.2'
gem 'cocoon', '~> 1.2.6'
gem 'devise', '~> 3.3.0'
gem 'aws-sdk', '~> 1.20.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'spring', group: :development
gem 'searchkick', '~> 0.8.3'
gem 'twitter-bootstrap-rails'
gem 'socialization'
gem 'public_activity'
gem 'unread'
gem 'mailboxer'
gem 'omniauth-twitter'
gem 'omniauth-facebook'
gem 'fb_graph'
gem 'nifty-generators'
gem 'ancestry'
gem "better_errors", group: :development
gem 'byebug'
gem 'bootstrap-social-rails', '~> 4.8.0'
gem 'font-awesome-rails'
gem 'binding_of_caller', group: :development
gem 'friendly_id', '~> 5.1.0'
gem 'dynamic_sitemaps'
gem 'whenever', :require => false
# for command line in pag error
group :development, :test do
gem 'sqlite3'
end