From b3a1a47b47a34c9f15a2abf1493ff4bb9b5a239e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 05:28:47 +0000 Subject: [PATCH] Bump haml from 4.0.5 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 4.0.5 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.5...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d2c636ba..1f3d033d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.4.1' gem 'rails', '4.2.8' gem 'json', '1.8.6' -gem 'haml', '4.0.5' +gem 'haml', '5.0.0' gem 'omniauth', '1.4.2' gem 'omniauth-facebook', '4.0.0' gem 'pg', '0.20.0', :group => :production diff --git a/Gemfile.lock b/Gemfile.lock index da69f4e4..f5912518 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,8 @@ GEM gherkin (4.1.1) globalid (0.4.0) activesupport (>= 4.2.0) - haml (4.0.5) + haml (5.0.0) + temple (>= 0.8.0) tilt has_scope (0.7.2) actionpack (>= 4.1) @@ -281,13 +282,14 @@ GEM sshkit (1.18.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) + temple (0.8.2) test-unit (3.1.4) power_assert test_notifier (2.0.3) notifier thor (0.19.4) thread_safe (0.3.6) - tilt (2.0.7) + tilt (2.0.10) tzinfo (1.2.3) thread_safe (~> 0.1) uglifier (3.2.0) @@ -316,7 +318,7 @@ DEPENDENCIES coffee-rails (= 4.2.1) cucumber-rails (= 1.4.5) database_cleaner (= 1.3.0) - haml (= 4.0.5) + haml (= 5.0.0) httparty (= 0.13.1) jquery-rails json (= 1.8.6)