mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Add the scout gem to production
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -109,6 +109,8 @@ group :production, :staging do
|
||||
gem 'memcachier'
|
||||
gem 'newrelic_rpm'
|
||||
gem 'rails_12factor' # supresses heroku plugin injection
|
||||
|
||||
gem 'scout_apm' # monitoring
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
||||
@@ -453,6 +453,7 @@ GEM
|
||||
sprockets (> 3.0)
|
||||
sprockets-rails
|
||||
tilt
|
||||
scout_apm (2.4.24)
|
||||
selenium-webdriver (3.141.0)
|
||||
childprocess (~> 0.5)
|
||||
rubyzip (~> 1.2, >= 1.2.2)
|
||||
@@ -588,6 +589,7 @@ DEPENDENCIES
|
||||
rubocop-rspec
|
||||
ruby-units
|
||||
sass-rails
|
||||
scout_apm
|
||||
selenium-webdriver
|
||||
sidekiq
|
||||
timecop
|
||||
|
||||
Reference in New Issue
Block a user