This repository was archived by the owner on Aug 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
70 lines (58 loc) · 1.48 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
source 'https://rubygems.org'
ruby '2.4.0'
gem 'rails', '>= 5.0.0.1'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.0'
# Use Puma as the app server
gem 'dotenv-rails'
gem 'exception_notification'
gem 'fitgem'
gem 'fluent-logger'
gem 'gcloud'
gem 'gio2', '3.1.1'
gem 'gobject-introspection', '3.1.1'
gem 'google-api-client', '~> 0.8.6'
gem 'ltsv_log_formatter'
gem 'mini_magick'
gem 'puma'
gem 'rack-heartbeat'
gem 'rsvg2', '3.1.1'
gem 'slack-notifier'
gem 'unicorn'
gem 'unicorn-worker-killer'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'
group :development do
gem 'capistrano-rails'
gem 'capistrano3-unicorn'
gem 'mackerel-client'
end
group :development, :test do
gem 'annotate'
gem 'byebug'
gem 'factory_girl_rails'
gem 'flay'
gem 'hirb'
gem 'hirb-unicode'
gem 'metric_fu-Saikuro'
gem 'pry-rails'
gem 'pry-byebug'
gem 'rails_best_practices'
gem 'rspec-rails'
end
group :test do
gem 'rspec-json_matcher'
gem 'webmock'
end
group :production do
gem 'newrelic_rpm'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'nokogiri', '>= 1.8.1'
gem 'rails-html-sanitizer', '>= 1.0.4'
gem 'loofah', '>= 2.2.1'