From 0b27d023d0a7ccc50b84a2f87da261d9a00755e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:28:29 +0000 Subject: [PATCH] Bump haml from 3.0.25 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 3.0.25 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.0.25...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 32bf0af..c1c74ad 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'compass', '~> 0.10.5' gem 'couchrest', '~> 0.37' gem 'erubis', '~> 2.6.6' gem 'gravtastic', '~> 2.2.0' -gem 'haml', '~> 3.0.22' +gem 'haml', '~> 5.0.0' gem 'hoptoad_notifier', '~> 2.4' gem 'maruku', '~> 0.6.0' gem 'nokogiri', '~> 1.4.4' diff --git a/Gemfile.lock b/Gemfile.lock index d72efec..5df3d4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,9 @@ GEM file-tail (1.0.5) spruz (>= 0.1.0) gravtastic (2.2.0) - haml (3.0.25) + haml (5.0.0) + temple (>= 0.8.0) + tilt hoe (3.12.0) rake (>= 0.8, < 11.0) hoptoad_notifier (2.4.9) @@ -115,6 +117,8 @@ GEM slop (3.5.0) spruz (0.2.6) syntax (1.0.0) + temple (0.8.2) + tilt (2.0.10) timeline_fu (0.3.0) treetop (1.4.9) polyglot (>= 0.3.1) @@ -141,7 +145,7 @@ DEPENDENCIES erubis (~> 2.6.6) faker (~> 0.3.1) gravtastic (~> 2.2.0) - haml (~> 3.0.22) + haml (~> 5.0.0) hoptoad_notifier (~> 2.4) machinist (~> 1.0.6) markup_validity (~> 1.1.0)