forked from kaize/itc73
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
54 lines (49 loc) · 1.01 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
45
46
47
48
49
50
51
52
53
54
source 'https://rubygems.org'
gem 'airbrake'
gem 'bcrypt-ruby'
gem 'carrierwave'
gem 'cocoon'
gem 'configus'
gem 'ckeditor'
gem 'draper'
gem 'haml-rails'
#gem 'jbuilder'
gem 'kaminari'
gem 'mini_magick'
gem 'pg'
gem 'rails', '3.2.9'
gem 'ransack'
gem 'russian'
gem 'sanitize'
gem 'simple_form'
gem 'state_machine'
gem 'twitter-bootstrap-rails'
gem 'unicorn'
gem 'usefull_scopes', git: 'https://github.com/kaize/usefull_scopes.git'
gem 'validates'
group :assets do
gem 'coffee-rails', '~> 3.2.1'
gem 'execjs'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'less-rails'
gem 'sass-rails', '~> 3.2.3'
gem 'therubyracer', '0.10.2', platform: :ruby
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'capi'
gem 'capistrano'
gem 'capistrano-ext'
gem 'quiet_assets'
gem 'rvm-capistrano'
end
group :test do
gem 'ci_reporter'
gem 'factory_girl_rails', require: false
gem 'minitest'
gem 'simplecov', require: false
gem 'tconsole'
gem 'turn'
end
# gem 'ruby-debug19', :require => 'ruby-debug'