-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile
43 lines (35 loc) · 786 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
source 'https://rubygems.org'
gem 'rails', '3.2.15'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'mysql2'
gem 'pg'
gem 'haml', '3.1.4'
gem 'hpricot'
gem 'ruby_parser'
gem 'jquery-rails'
gem 'devise'
#gem 'cancan'
gem 'rolify'
gem 'responders' #dry flash
gem 'russian'
gem 'ckeditor'
gem 'paperclip'
gem 'will_paginate'
gem 'acts-as-taggable-on' #http://github.com/mbleigh/acts-as-taggable-on
gem 'ya2yaml'
gem 'bootstrap-sass'
group :development, :test do
# gem 'ruby-debug'
# gem 'autotest'
gem 'faker' #http://faker.rubyforge.org/rdoc/
gem 'rspec'
gem 'webrat'
gem 'rspec-rails'
gem "haml-rails" #generator
end
group :assets do
gem 'sass-rails', '~> 3.2'
gem 'coffee-rails', '~> 3.2'
gem 'uglifier'
end