File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ latest.dump
3636
3737# Ignore application configuration
3838/config /application.yml
39+ /config /new_relic.yml
3940/public /packs
4041/public /packs-test
4142/node_modules
@@ -52,4 +53,4 @@ package-lock.json
5253.idea /
5354
5455# sitemap
55- /public /sitemap.xml.gz
56+ /public /sitemap.xml.gz
Original file line number Diff line number Diff line change @@ -157,3 +157,5 @@ group :test do
157157 gem "zonebie" , "~> 0.6.1"
158158end
159159# rubocop:enable LineLength
160+
161+ gem 'newrelic_rpm'
Original file line number Diff line number Diff line change 137137 descendants_tracker (~> 0.0.4 )
138138 ice_nine (~> 0.11.0 )
139139 thread_safe (~> 0.3 , >= 0.3.1 )
140+ base64 (0.1.1 )
140141 bcrypt (3.1.12 )
141142 benchmark-ips (2.7.2 )
142143 better_errors (2.5.0 )
612613 net-http-persistent (3.0.0 )
613614 connection_pool (~> 2.2 )
614615 netrc (0.11.0 )
616+ newrelic_rpm (9.6.0 )
617+ base64
615618 nio4r (2.3.1 )
616619 nokogiri (1.10.1 )
617620 mini_portile2 (~> 2.4.0 )
@@ -1013,6 +1016,7 @@ DEPENDENCIES
10131016 liquid (~> 4.0 )
10141017 memory_profiler (~> 0.9 )
10151018 nakayoshi_fork
1019+ newrelic_rpm
10161020 nokogiri (~> 1.10 )
10171021 octokit (~> 4.13 )
10181022 omniauth (~> 1.9 )
You can’t perform that action at this time.
0 commit comments