From 423868ee2fbc9eb60be2305ea77bc87eecfcdb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:51:42 +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/master/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 f378954..6f4d00b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :development do gem 'rdiscount', '~> 1.6.8' 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 'rubypants', '~> 0.2.0' gem 'rb-fsevent', '~> 0.9' diff --git a/Gemfile.lock b/Gemfile.lock index c235b2c..425f512 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) @@ -42,6 +44,7 @@ GEM tilt (~> 1.3, >= 1.3.3) stringex (1.4.0) syntax (1.0.0) + temple (0.8.2) tilt (1.3.3) yajl-ruby (1.1.0) @@ -51,7 +54,7 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.2.9) compass (~> 0.12.2) - haml (~> 3.1.7) + haml (~> 5.0.0) jekyll (~> 0.12) liquid (~> 2.3.0) pygments.rb (~> 0.3.4)