Mercurial > zeropaste
comparison Gemfile @ 498:300bac944674
Remove newrelic
To be replaced with sentry (maybe).
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:31:14 +0900 |
parents | 92929378413e |
children | d2ef59c9a4b4 |
comparison
equal
deleted
inserted
replaced
497:3adab940b090 | 498:300bac944674 |
---|---|
21 # gem "capistrano" | 21 # gem "capistrano" |
22 | 22 |
23 # To use debugger | 23 # To use debugger |
24 # gem "ruby-debug" | 24 # gem "ruby-debug" |
25 | 25 |
26 group :newrelic do | |
27 gem "newrelic_rpm" | |
28 end | |
29 | |
30 gem "puma", :require => false | 26 gem "puma", :require => false |