diff --git a/Gemfile b/Gemfile index e6323bd..a284384 100644 --- a/Gemfile +++ b/Gemfile @@ -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' @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index a041e9d..f32f7d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -278,8 +281,8 @@ DEPENDENCIES font-awesome-rails foundation-rails (~> 5) haml-rails + httparty jquery-rails - newrelic_rpm oj pg (= 0.20) platform-api @@ -296,6 +299,7 @@ DEPENDENCIES responders (~> 2.0) rubocop sass-rails (~> 5.0.0) + scout_apm sdoc stackprof uglifier (>= 1.3.0)