diff --git a/.gitignore b/.gitignore index f295094890..060eb24f85 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,6 @@ public/stylesheets public/images public/spree config/abr.yml -config/newrelic.yml config/initializers/feature_toggle.rb config/initializers/db2fog.rb NERD_tree* diff --git a/Gemfile b/Gemfile index 962666d6b9..6c6ebf43fe 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,6 @@ gem 'simple_form', github: 'RohanM/simple_form' gem 'unicorn' gem 'angularjs-rails', '1.5.5' gem 'bugsnag' -gem 'newrelic_rpm' gem 'haml' gem 'sass', "~> 3.3" gem 'sass-rails', '~> 3.2.3', groups: [:default, :assets] diff --git a/Gemfile.lock b/Gemfile.lock index 0a1c11e147..3002dd93aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -487,7 +487,6 @@ GEM multi_xml (0.6.0) multipart-post (2.0.0) nenv (0.3.0) - newrelic_rpm (3.12.0.288) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) notiffany (0.1.1) @@ -763,7 +762,6 @@ DEPENDENCIES letter_opener (>= 1.4.1) listen (= 3.0.8) momentjs-rails - newrelic_rpm nokogiri (>= 1.6.7.1) oauth2 (~> 1.2.0) ofn-qz! @@ -815,4 +813,4 @@ RUBY VERSION ruby 2.1.5p273 BUNDLED WITH - 1.16.1 + 1.16.2