From ab8853d931c61980587647f2c493dab7517aa464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:59:23 +0000 Subject: [PATCH] Bump haml from 3.1.3 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 3.1.3 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.3...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 b812690..320a2b8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' gem 'rails', '3.1.1' -gem 'haml', '~> 3.1.3' +gem 'haml', '~> 5.0.0' gem 'settingslogic', '~> 2.0.6' gem 'redis', '~> 2.2.2' gem 'redis-store', '~> 1.0.0.rc1' diff --git a/Gemfile.lock b/Gemfile.lock index 79e8ebc..391cdbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,9 @@ GEM guard-spork (0.3.1) guard (>= 0.8.4) spork (>= 0.8.4) - haml (3.1.3) + haml (5.0.0) + temple (>= 0.8.0) + tilt highline (1.6.2) hike (1.2.1) hoe (3.0.5) @@ -167,6 +169,7 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + temple (0.8.2) therubyracer (0.9.8) libv8 (~> 3.3.10) thin (1.2.11) @@ -203,7 +206,7 @@ DEPENDENCIES growl (>= 1.0.3) guard-rspec (>= 0.4.3) guard-spork (>= 0.2.1) - haml (~> 3.1.3) + haml (~> 5.0.0) jquery-rails (~> 1.0.14) rails (= 3.1.1) rb-fsevent (>= 0.4.3)