From 4fc98d598029693bc3034a98be39cccf05fd8ae1 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 3 Jan 2015 16:51:00 +0100 Subject: [PATCH] added sweetalert-rails --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index e4a65239..ecfc613b 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem 'bcrypt', '~> 3.1.7' gem 'haml' gem 'bootstrap-sass', '~> 3.2.0.1' gem 'bootswatch-rails' +gem 'sweetalert-rails' gem 'will_paginate' gem 'will_paginate-bootstrap' gem 'http_accept_language'