From 522d5e4e73d7163d0320a958bd711fd953a9cf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 21:41:27 +0000 Subject: [PATCH] Bump haml from 3.1.7 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 3.1.7 to 5.0.0. - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/3.1.7...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cd8ce57..ad40ace 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :development do gem 'rdiscount', '~> 2.0.7' gem 'pygments.rb', '~> 0.3.4' gem 'RedCloth', '~> 4.2.9' - gem 'haml', '~> 3.1.7' + gem 'haml', '~> 5.0.0' gem 'compass', '~> 0.12.2' gem 'sass', '~> 3.2' gem 'sass-globbing', '~> 1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 182c30b..0b14ffe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,9 @@ GEM directory_watcher (1.4.1) fast-stemmer (1.0.1) fssm (0.2.9) - haml (3.1.7) + haml (5.0.0) + temple (>= 0.8.0) + tilt jekyll (0.12.0) classifier (~> 1.3) directory_watcher (~> 1.1) @@ -44,6 +46,7 @@ GEM tilt (~> 1.3, >= 1.3.4) stringex (1.4.0) syntax (1.0.0) + temple (0.8.2) tilt (1.3.7) yajl-ruby (1.1.0) @@ -54,7 +57,7 @@ DEPENDENCIES RedCloth (~> 4.2.9) compass (~> 0.12.2) directory_watcher (= 1.4.1) - haml (~> 3.1.7) + haml (~> 5.0.0) jekyll (~> 0.12) liquid (~> 2.3.0) pygments.rb (~> 0.3.4)