From 91ea6448fab3390cb4e6f9bc15d7b6cde7deb231 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 22 Jul 2017 00:58:55 +0200 Subject: [PATCH] Bump handlebars_assets --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 811ea67c4..6339caea1 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ gem "entypo-rails", "3.0.0" # JavaScript -gem "handlebars_assets", "0.23.1" +gem "handlebars_assets", "0.23.2" gem "jquery-rails", "4.2.2" gem "jquery-ui-rails", "5.0.5" gem "js-routes", "1.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index ab8466678..223d74097 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,9 +279,8 @@ GEM temple (>= 0.8.0) thor tilt - handlebars_assets (0.23.1) + handlebars_assets (0.23.2) execjs (~> 2.0) - multi_json (~> 1.0) sprockets (>= 2.0.0) tilt (>= 1.2) hashdiff (0.3.2) @@ -793,7 +792,7 @@ DEPENDENCIES guard-rubocop (= 1.2.0) haml_lint (= 0.24.0) hamlit (= 2.8.0) - handlebars_assets (= 0.23.1) + handlebars_assets (= 0.23.2) http_accept_language (= 2.1.0) i18n-inflector-rails (= 1.0.7) jasmine (= 2.5.2)