From 39ffa43fe351d5b65f2413eb6f795fe1e17cf835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 05:14:13 +0000 Subject: [PATCH] Bump haml from 3.1.8 to 5.0.0 in /web Bumps [haml](https://github.com/haml/haml) from 3.1.8 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.8...v5.0.0) Signed-off-by: dependabot[bot] --- web/Gemfile | 2 +- web/Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web/Gemfile b/web/Gemfile index 7b3be00..d809b4c 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -10,7 +10,7 @@ gem 'sinatra-contrib', '~> 1.4' # view gem 'sprockets', '~> 2.12' gem 'coffee-script', '~> 2.2.0' -gem 'haml', '~> 3.1.4' +gem 'haml', '~> 5.0.0' gem 'sass', '~> 3.2.3' # utility diff --git a/web/Gemfile.lock b/web/Gemfile.lock index 59e2d69..e5c9897 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -17,7 +17,9 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - haml (3.1.8) + haml (5.0.0) + temple (>= 0.8.0) + tilt hike (1.2.3) libv8 (3.16.14.19) macaddr (1.6.1) @@ -51,6 +53,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) systemu (2.5.2) + temple (0.8.2) therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref @@ -67,7 +70,7 @@ DEPENDENCIES bio (~> 1.4.2) coffee-script (~> 2.2.0) eventmachine (~> 1.0.9.1) - haml (~> 3.1.4) + haml (~> 5.0.0) sass (~> 3.2.3) shotgun (~> 0.9) sinatra (~> 1.4)