-
Notifications
You must be signed in to change notification settings - Fork 14
/
Gemfile
152 lines (109 loc) · 4.55 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
source 'https://gems.ruby-china.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.7.1'
gem 'pg', '~> 0.18.2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# jQuery Lazy Load for Rails image_tag helpers
# https://github.com/jassa/lazyload-rails
gem "lazyload-rails"
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 1.3.4', group: :development
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'
gem 'carrierwave', '~> 0.10.0'
gem 'kaminari', '~> 0.16.1'
# jQuery plugin for drop-in fix binded events problem caused by Turbolinks
# https://github.com/kossnocorp/jquery.turbolinks
gem 'jquery-turbolinks', '~> 2.1'
# A set of small, responsive CSS modules
# https://github.com/brunohenrique/purecss-rails
gem 'purecss-rails', '~> 0.6.0'
# Flexible authentication solution for Rails with Warden
# Only required by activeadmin
# https://github.com/plataformatec/devise
gem 'devise', '~> 3.4.1'
# The administration framework for Ruby on Rails applications
# http://activeadmin.info/
gem 'activeadmin', github: 'activeadmin'
# Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
# https://github.com/minimagick/minimagick
gem 'mini_magick', '~> 4.3', '>= 4.3.6'
# Adds a Redis::Namespace class which can be used to namespace Redis keys
# https://github.com/resque/redis-namespace
gem 'redis-namespace', '~> 1.01'
# A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts
# https://github.com/mbleigh/acts-as-taggable-on
gem 'acts-as-taggable-on', '~> 3.5'
# 中文汉字转拼音,支持中英文符号混合词语
# https://github.com/janx/ruby-pinyin
gem 'ruby-pinyin', '~> 0.5.0'
# FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for ActiveRecord
# https://github.com/norman/friendly_id
gem 'friendly_id', '~> 5.1.0'
# https://github.com/smartinez87/exception_notification#actionmailer-configuration
gem 'exception_notification', '~> 4.0.1'
# OneApm Ruby Agent
# http://oneapm.com/features/ruby.html
gem 'oneapm_rpm', '~> 1.3.6'
group :development do
gem 'web-console', '~> 2.0'
gem 'quiet_assets', '~> 1.0.3'
gem 'better_errors', '~> 2.0.0'
gem 'binding_of_caller', '~> 0.7.2'
gem 'thin', '~> 1.6.2'
gem 'capistrano', '~> 3.4.0'
gem 'capistrano-rvm', '~> 0.1.1'
gem 'capistrano-bundler', '~> 1.1.4'
gem 'capistrano-rails', '~> 1.1.5'
gem 'capistrano-rails-console', '~> 1.0', '>= 1.0.2'
gem 'capistrano-sidekiq', '~> 0.3.8'
# https://github.com/railsbp/rails_best_practices
gem 'rails_best_practices', '~> 1.16.0', require: false
# Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.
# https://github.com/presidentbeef/brakeman
gem 'brakeman', '~> 3.3', require: false
end
group :development, :test do
gem 'byebug', '~> 8.0.1'
end
# Provide web UI for sidekiq
gem 'sinatra', '~> 1.4.6', :require => nil
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Use debugger
# gem 'debugger', group: [:development, :test]
gem 'qiniu', '~> 6.2.1'
gem 'noty-rails', '~> 2.3.4'
gem 'jquery-fileupload-rails', '~> 0.4.1'
# gem 'sidekiq', '~> 3.5', '>= 3.5.3'
gem 'sidekiq', '~> 4.0.1'
# https://github.com/Nerian/bootstrap-wysihtml5-rails
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.7'
# autoprefix for css
# https://github.com/ai/autoprefixer-rails
gem 'autoprefixer-rails'
# Integrates Slick carousel, a jQuery plugin by Ken Wheeler.
# https://github.com/kenwheeler/slick
# https://rubygems.org/gems/jquery-slick-rails
gem 'jquery-slick-rails', '~> 1.6', '>= 1.6.0.1'
# JavaScript image gallery for mobile and desktop.
# https://github.com/dimsemenov/photoswipe
# https://github.com/skakri/photoswipe-rails
gem 'photoswipe-rails', '~> 4.1', '>= 4.1.1'