From ecdf130bcd43c0f8d63a61e33f1c2ae241877e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 13:57:05 +0100 Subject: [PATCH] update handlebars_assets to 0.23.8 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2c772ff38..731d01523 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ gem "entypo-rails", "3.0.0" # JavaScript -gem "handlebars_assets", "0.23.4" +gem "handlebars_assets", "0.23.8" gem "jquery-rails", "4.3.5" gem "js-routes", "1.4.7" gem "js_image_paths", "0.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9850066a7..c5e5ab643 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,7 @@ GEM temple (>= 0.8.2) thor tilt - handlebars_assets (0.23.4) + handlebars_assets (0.23.8) execjs (~> 2.0) sprockets (>= 2.0.0) tilt (>= 1.2) @@ -827,7 +827,7 @@ DEPENDENCIES guard-rubocop (= 1.3.0) haml_lint (= 0.35.0) hamlit (= 2.11.0) - handlebars_assets (= 0.23.4) + handlebars_assets (= 0.23.8) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) jasmine (= 3.5.1)