From a4dd210669fd9b33c307ffbc776e6068852cee58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 13:56:01 +0100 Subject: [PATCH] update hamlit to 2.11.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 128906a53..2c772ff38 100644 --- a/Gemfile +++ b/Gemfile @@ -190,7 +190,7 @@ gem "typhoeus", "1.3.1" # Views gem "gon", "6.3.2" -gem "hamlit", "2.9.3" +gem "hamlit", "2.11.0" gem "mobile-fu", "1.4.0" gem "rails-timeago", "2.17.1" gem "will_paginate", "3.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 7289a3061..9850066a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,8 +303,8 @@ GEM rainbow rubocop (>= 0.50.0) sysexits (~> 1.1) - hamlit (2.9.3) - temple (>= 0.8.0) + hamlit (2.11.0) + temple (>= 0.8.2) thor tilt handlebars_assets (0.23.4) @@ -826,7 +826,7 @@ DEPENDENCIES guard-rspec (= 4.7.3) guard-rubocop (= 1.3.0) haml_lint (= 0.35.0) - hamlit (= 2.9.3) + hamlit (= 2.11.0) handlebars_assets (= 0.23.4) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7)