From de84d6e0fd32e36784ce2fc604355900f3cce6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 00:02:13 +0000 Subject: [PATCH] Bump haml from 4.0.6 to 5.0.0 in /example Bumps [haml](https://github.com/haml/haml) from 4.0.6 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/4.0.6...v5.0.0) Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 1025d0f..de283cb 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -10,7 +10,8 @@ GEM coderay (1.1.0) concurrent-ruby (1.1.5) fuzzy_match (2.1.0) - haml (4.0.6) + haml (5.0.0) + temple (>= 0.8.0) tilt i18n (1.6.0) concurrent-ruby (~> 1.0) @@ -40,8 +41,9 @@ GEM sinatra (~> 1.4.0) tilt (>= 1.3, < 3) slop (3.6.0) + temple (0.8.2) thread_safe (0.3.6) - tilt (2.0.9) + tilt (2.0.10) tzinfo (1.2.5) thread_safe (~> 0.1)