From 7f21286ea391e1f4b8bfbe948ef1567cf3d0a764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:58:16 +0000 Subject: [PATCH] Bump haml from 3.1.4 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 3.1.4 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.4...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ab24fde9..aa3ff3ae 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,5 @@ source 'https://rubygems.org' gem 'jekyll', '0.11.2' gem 'jekyll_ext', '0.1.4' -gem 'haml', '3.1.4' +gem 'haml', '5.0.0' gem 'sass', '3.1.15' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index d54d4315..c5b4c89d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,9 @@ GEM fast-stemmer (>= 1.0.0) directory_watcher (1.4.1) fast-stemmer (1.0.1) - haml (3.1.4) + haml (5.0.0) + temple (>= 0.8.0) + tilt jekyll (0.11.2) albino (~> 1.3) classifier (~> 1.3) @@ -23,12 +25,14 @@ GEM posix-spawn (0.3.6) sass (3.1.15) syntax (1.0.0) + temple (0.8.2) + tilt (2.0.10) PLATFORMS ruby DEPENDENCIES - haml (= 3.1.4) + haml (= 5.0.0) jekyll (= 0.11.2) jekyll_ext (= 0.1.4) sass (= 3.1.15)