forked from thredded/thredded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
heroku.gemfile
40 lines (31 loc) · 903 Bytes
/
heroku.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
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.5.0'
gem 'thredded', path: File.dirname(__FILE__)
gem 'mustache'
gem 'rails', '~> 5.2.0.rc1'
# Rails 5.2 deprecation warnings fixes: https://github.com/norman/friendly_id/pull/849
gem 'friendly_id', git: 'https://github.com/norman/friendly_id', ref: '4bd4300035b5c250aeb2e5feec4c2feb9bcf2a19'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'
# Make these gems available in production
gem 'puma'
gem 'pg'
gem 'rails_email_preview', '>= 1.0.3'
gem 'roadie-rails'
gem 'turbolinks'
gem 'coffee-rails'
gem 'rails-i18n'
gem 'kaminari-i18n'
gem 'http_accept_language'
gem 'factory_bot_rails'
gem 'faker', '>= 1.6.2'
gem 'thredded-markdown_coderay'
gem 'thredded-markdown_katex'
gem 'katex', '>= 0.4.0.beta'
# Heroku-specific gems
gem 'newrelic_rpm'
gem 'rollbar'
gem 'rack-canonical-host'
gem 'dalli'
gem 'tunemygc'