-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
46 lines (43 loc) · 977 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
44
45
46
source 'https://rubygems.org'
gem 'active_model_serializers', '0.10.5'
gem 'algorithmia'
gem 'bcrypt', '~> 3.1.7'
gem 'bunny'
gem 'carrierwave'
gem 'cloudinary'
gem 'dalli'
gem 'devise'
gem 'elasticsearch', '5.0.4'
gem 'gemoji-parser'
gem 'google-cloud-language'
gem 'kaminari'
gem 'mongoid'
gem 'newrelic_rpm'
gem 'oj'
gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
gem 'pg', '~> 0.18.3'
gem 'puma'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 5.1.1'
gem 'rails_autoscale_agent'
gem 'redis', '~> 3.0'
gem 'redis-namespace'
gem 'rubocop'
gem 'sanitize'
gem 'scout_apm'
gem 'searchkick'
gem 'sidekiq'
gem 'sinatra', require: false
gem 'typhoeus'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
group :development, :test do
gem 'bullet'
gem 'byebug', platforms: %i[mri mingw x64_mingw]
end
group :development do
gem 'brakeman', require: false
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end