From 5a33e3169cb2a443988eacd4be9a663076f3c83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:56:34 +0000 Subject: [PATCH] Bump haml from 4.0.7 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 4.0.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/4.0.7...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com> --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1b95286..7f9f092 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rails', '4.2.5.1' gem 'mysql2', '~> 0.3.15' gem 'devise', '~> 3.1' -gem 'haml', '~> 4.0.4' +gem 'haml', '~> 5.0.0' gem 'sass', '~> 3' gem 'coderay', '~> 1.1.0' gem 'haml-coderay', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index de445fa..eec81e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,8 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - haml (4.0.7) + haml (5.0.0) + temple (>= 0.8.0) tilt haml-coderay (0.2.0) coderay @@ -192,9 +193,10 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + temple (0.8.2) thor (0.19.1) thread_safe (0.3.5) - tilt (2.0.2) + tilt (2.0.10) tzinfo (1.2.2) thread_safe (~> 0.1) warden (1.2.6) @@ -217,7 +219,7 @@ DEPENDENCIES devise (~> 3.1) factory_girl_rails guard-rspec - haml (~> 4.0.4) + haml (~> 5.0.0) haml-coderay (~> 0.2.0) jquery-rails json (~> 1.8.0)