From 50de2f84bd001080c1e9b7e52c8d40fd8ecb5bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:40:51 +0000 Subject: [PATCH] Bump haml from 4.0.7 to 5.1.2 Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.1.2. - [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.1.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0400404..bc8149f 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'sass-rails', '~> 3.2.6' gem 'font-awesome-sass', '~> 4.1.0.0' gem 'bourbon', '~> 3.1.8' gem 'neat', '~> 1.6.0' -gem 'haml', '~> 4.0.5' +gem 'haml', '~> 5.1.2' gem 'rails_autolink', '~> 1.1.5' group :assets do diff --git a/Gemfile.lock b/Gemfile.lock index 10835d7..9d6c030 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,8 @@ GEM multi_json (~> 1.11) os (~> 0.9) signet (~> 0.7) - haml (4.0.7) + haml (5.1.2) + temple (>= 0.8.0) tilt hike (1.2.3) httpclient (2.8.3) @@ -293,6 +294,7 @@ GEM sshkit (1.15.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) + temple (0.8.2) test-unit (3.1.9) power_assert thor (0.20.0) @@ -346,7 +348,7 @@ DEPENDENCIES faraday (~> 0.9.0) font-awesome-sass (~> 4.1.0.0) google-api-client (~> 0.10.3) - haml (~> 4.0.5) + haml (~> 5.1.2) i18n-js jquery-rails (~> 2.0.2) mysql2 (~> 0.3.17)