From 479941009b79dab757078e24a4820fbb2391444d Mon Sep 17 00:00:00 2001 From: Leena Date: Mon, 6 Mar 2017 22:09:43 +0530 Subject: [PATCH] Upgrade Rollbar to latest version to fix the issue with rack --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3833d2c..9e9f646 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc gem 'pg' gem 'devise' gem 'activeadmin', git: 'https://github.com/activeadmin/activeadmin.git' -gem 'rollbar', '~> 2.5.0' +gem 'rollbar', '~> 2.14.0' gem 'gcm' gem 'newrelic_rpm' diff --git a/Gemfile.lock b/Gemfile.lock index 459d400..8d33ecc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM ref (2.0.0) responders (2.1.0) railties (>= 4.2.0, < 5) - rollbar (2.5.2) + rollbar (2.14.0) multi_json rspec-core (3.3.2) rspec-support (~> 3.3.0) @@ -270,7 +270,7 @@ DEPENDENCIES newrelic_rpm pg rails (= 4.2.4) - rollbar (~> 2.5.0) + rollbar (~> 2.14.0) rspec-rails sass-rails (~> 5.0) sdoc (~> 0.4.0) @@ -281,3 +281,6 @@ DEPENDENCIES turbolinks uglifier (>= 1.3.0) web-console (~> 2.0) + +BUNDLED WITH + 1.13.7