From 51a46f60f115f2545f84901b6905f445c5801174 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 6 Nov 2021 00:58:05 +0100 Subject: [PATCH] Bump hamlit --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fb5beaae36..973bc313fd 100644 --- a/Gemfile +++ b/Gemfile @@ -191,7 +191,7 @@ gem "typhoeus", "1.4.0" # Views gem "gon", "6.4.0" -gem "hamlit", "2.15.0" +gem "hamlit", "2.15.1" gem "mobile-fu", "1.4.0" gem "rails-timeago", "2.19.1" gem "will_paginate", "3.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 759e40c98c..b444cf7a2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ GEM rainbow rubocop (>= 0.50.0) sysexits (~> 1.1) - hamlit (2.15.0) + hamlit (2.15.1) temple (>= 0.8.2) thor tilt @@ -829,7 +829,7 @@ DEPENDENCIES fuubar (= 2.5.1) gon (= 6.4.0) haml_lint (= 0.37.1) - hamlit (= 2.15.0) + hamlit (= 2.15.1) handlebars_assets (= 0.23.9) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) -- GitLab