From db1eedf51b234c9b8b4d153798ab0df5a7cff913 Mon Sep 17 00:00:00 2001 From: hitman Date: Tue, 7 Mar 2017 15:10:31 +0530 Subject: [PATCH] shift to toastr_rails and bundler version 1.14.3 --- Gemfile | 1 + Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b1c5764f..3b7e7f7a 100644 --- a/Gemfile +++ b/Gemfile @@ -48,6 +48,7 @@ gem 'omniauth-github' # as authorization framework gem 'cancancan' +gem 'toastr_rails' # for roles gem 'rolify' diff --git a/Gemfile.lock b/Gemfile.lock index b972eb0b..36babd90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -497,6 +497,7 @@ GEM timecop (0.7.1) timers (1.1.0) tins (1.6.0) + toastr_rails (2.1.3) transitions (0.1.12) ttfunk (1.1.1) turbolinks (2.5.3) @@ -628,6 +629,7 @@ DEPENDENCIES stripe stripe-ruby-mock timecop + toastr_rails transitions turbolinks uglifier (>= 1.3.0) @@ -637,4 +639,4 @@ DEPENDENCIES whenever BUNDLED WITH - 1.14.5 + 1.14.3