-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
42 lines (33 loc) · 803 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
source 'https://rubygems.org'
gem 'rails', '3.2.13'
gem 'pg'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'bootstrap-sass', '2.3.2.2'
end
gem 'jquery-rails'
gem "jquery-ui-rails"
gem 'haml-rails'
gem 'devise', git: 'git://github.com/plataformatec/devise.git'
gem "cancan"
gem 'unicode'
gem 'russian'
gem 'unicorn', platforms: :ruby
gem "carrierwave"
gem "rmagick"
gem "mini_magick"
gem 'awesome_nested_set'
gem "the_sortable_tree", "~> 2.3.0"
gem "ckeditor"
gem 'will_paginate'
gem "jquery-fileupload-rails", '0.4.0'
gem "select2-rails"
gem "breadcrumbs_on_rails"
gem 'acts_as_unvlogable', github: 'mamuso/acts_as_unvlogable'
group :development do
gem 'quiet_assets'
gem 'capistrano', "2.15.5"
gem 'mailcatcher'
end