From 1e2ea2c56a381ca5b6b5d7d8511612650f823b19 Mon Sep 17 00:00:00 2001 From: hmtanbir Date: Tue, 24 Jan 2017 23:25:28 +0600 Subject: [PATCH] rollbar added --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 0be6e14..fcc3a4d 100644 --- a/Gemfile +++ b/Gemfile @@ -60,3 +60,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # install pg gem 'pg', group: :production gem 'rails_12factor', group: :production +gem 'rollbar' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e72c34c..b7216f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,6 +88,7 @@ GEM mimemagic (0.3.2) mini_portile2 (2.1.0) minitest (5.10.1) + multi_json (1.12.1) nio4r (1.2.1) nokogiri (1.7.0.1) mini_portile2 (~> 2.1.0) @@ -138,6 +139,8 @@ GEM rb-fsevent (0.9.8) rb-inotify (0.9.7) ffi (>= 0.5.0) + rollbar (2.14.0) + multi_json rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) @@ -218,6 +221,7 @@ DEPENDENCIES rails (~> 5.0.0) rails-controller-testing rails_12factor + rollbar rspec-rails (~> 3.5) sass-rails (~> 5.0) shoulda-matchers