From 6bc1314b436647dcdb6728b0205aa9ce1b18a1d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Tue, 20 Oct 2015 14:58:33 +0200
Subject: [PATCH] bump handlebars_assets

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 698ebc6c39..0cf06bd4f2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,7 @@ gem "entypo-rails", "2.2.3"
 # JavaScript
 
 gem "backbone-on-rails", "1.2.0.0"
-gem "handlebars_assets", "0.20.2"
+gem "handlebars_assets", "0.21.0"
 gem "jquery-rails",      "4.0.5"
 gem "jquery-ui-rails",   "5.0.5"
 gem "js_image_paths",    "0.0.2"
diff --git a/Gemfile.lock b/Gemfile.lock
index 25ac18dfea..ee529d1020 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -350,7 +350,7 @@ GEM
       rubocop (~> 0.20)
     haml (4.0.7)
       tilt
-    handlebars_assets (0.20.2)
+    handlebars_assets (0.21.0)
       execjs (~> 2.0)
       multi_json (~> 1.0)
       sprockets (>= 2.0.0, < 4.0)
@@ -792,7 +792,7 @@ DEPENDENCIES
   guard-rspec (= 4.6.4)
   guard-rubocop (= 1.2.0)
   haml (= 4.0.7)
-  handlebars_assets (= 0.20.2)
+  handlebars_assets (= 0.21.0)
   http_accept_language (= 2.0.5)
   i18n-inflector-rails (= 1.0.7)
   jasmine (= 2.3.1)
-- 
GitLab