forked from netoum/meetdemocracy-consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile_custom
29 lines (22 loc) · 955 Bytes
/
Gemfile_custom
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
# Add custom gem dependencies in this file.
###### Application monitoring services ######
#
# By default Consul supports the Errbit self-hosted error monitoring service,
# through the Airbrake gem. That means Consul also supports using Airbrake as
# an external service to monitor errors and application performance.
#
# Here are some other services which can be used to monitor application errors
# and performance.
# Newrelic is an external service which helps you monitor the application
# performance
# gem "newrelic_rpm", "insert_gem_version_here"
# Sentry is an external or self-hosted service which helps you monitor the
# application errors and performance
# gem "sentry-ruby", "insert_gem_version_here"
# Rollbar is an external service which helps you monitor the application errors
# gem "rollbar", "insert_gem_version_here"
###### Other gems ######
#
# Add your custom gem dependencies here
gem 'cookies_eu'
gem 'rails-timeago', '~> 2.0'