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