-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
60 lines (50 loc) · 1.13 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
55
56
57
58
59
60
#source 'https://rubygems.org'
source 'http://ruby.taobao.org/'
gem 'rails', '3.2.12'
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'bootstrap-sass'
end
group :development do
gem 'quiet_assets', git: 'git://github.com/AgilionApps/quiet_assets.git', tag: 'v0.1.0'
gem 'thin'
#gem "debugger"
gem 'pry-rails'
gem 'pry-remote'
gem 'pry-nav'
end
group :test do
gem 'ruby-prof'
end
gem 'jquery-rails'
gem "jquery-fileupload-rails"
gem 'capistrano'
gem 'rvm-capistrano'
gem 'pg'
gem "ransack"
gem 'kaminari'
gem "nested_form"
gem 'carrierwave'
gem 'rails_kindeditor', '~> 0.3.18'
gem 'googlecharts'
gem 'lazy_high_charts'
#gem 'rails_kindeditor_qiniu'
#gem 'rails_kindeditor_qiniu', path: "/home/as/as_projects/rails_kindeditor_qiniu"
#gem 'paperclip'
gem 'qiniu-rs'
gem 'devise'
gem 'cancan'
#gem 'tire'
gem 'acts-as-taggable-on'
gem 'rack-mini-profiler'
gem 'httparty'
gem 'sanitize'
gem 'geocoder'
gem 'sidekiq'
gem 'slim', ">= 1.3.0"
# if you require 'sinatra' you get the DSL extended to Object
gem 'sinatra', '>= 1.3.0', :require => nil
gem "selenium-client"
# git://github.com/broofa/node-uuid.git