From edccab4ab372844d95e18caec646c109a1707e96 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Mon, 28 Jun 2021 00:05:25 +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 058ee14dd3..4857761127 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ gem "entypo-rails", "3.0.0" # JavaScript -gem "handlebars_assets", "0.23.8" +gem "handlebars_assets", "0.23.9" gem "jquery-rails", "4.4.0" gem "js-routes", "1.4.9" gem "js_image_paths", "0.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index b2eacfb19b..8cf88a85be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -313,7 +313,7 @@ GEM temple (>= 0.8.2) thor tilt - handlebars_assets (0.23.8) + handlebars_assets (0.23.9) execjs (~> 2.0) sprockets (>= 2.0.0) tilt (>= 1.2) @@ -833,7 +833,7 @@ DEPENDENCIES gon (= 6.4.0) haml_lint (= 0.37.1) hamlit (= 2.15.0) - handlebars_assets (= 0.23.8) + handlebars_assets (= 0.23.9) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) jasmine (= 3.7.0) -- GitLab