Skip to content

Commit

Permalink
switch to scout
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Jun 22, 2018
1 parent 1a2fb08 commit c142347
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ gem 'chronic'
gem 'clockwork'
gem 'connection_pool'
gem 'foundation-rails', '~> 5'
gem 'httparty'
gem 'haml-rails'
gem 'newrelic_rpm'
gem 'oj'
gem 'platform-api'
gem 'puma'
Expand All @@ -28,6 +28,7 @@ gem 'rack-attack'
gem 'rack-cors', require: 'rack/cors'
gem 'rails_autoscale_agent'
gem 'redis-rails'
gem 'scout_apm'
gem 'responders', '~> 2.0'
gem 'watir'

Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ GEM
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
httparty (0.16.2)
multi_xml (>= 0.5.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
Expand All @@ -133,7 +135,7 @@ GEM
minitest (5.11.3)
moneta (0.8.1)
multi_json (1.13.1)
newrelic_rpm (5.2.0.345)
multi_xml (0.6.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
oj (3.6.2)
Expand Down Expand Up @@ -235,6 +237,7 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
scout_apm (2.4.12)
sdoc (1.0.0)
rdoc (>= 5.0)
selenium-webdriver (3.12.0)
Expand Down Expand Up @@ -278,8 +281,8 @@ DEPENDENCIES
font-awesome-rails
foundation-rails (~> 5)
haml-rails
httparty
jquery-rails
newrelic_rpm
oj
pg (= 0.20)
platform-api
Expand All @@ -296,6 +299,7 @@ DEPENDENCIES
responders (~> 2.0)
rubocop
sass-rails (~> 5.0.0)
scout_apm
sdoc
stackprof
uglifier (>= 1.3.0)
Expand Down

0 comments on commit c142347

Please sign in to comment.