From 0e07e8e4e143d27c2982aa324f2828255251b02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 23:10:35 +0000 Subject: [PATCH] Bump haml from 3.1.7 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 3.1.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/3.1.7...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 3210c4e..1ff9e2e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "annotate" gem "country-select", "~> 1.1.1" gem "friendly_id", "~> 4.0.4" gem "geocoder", "~> 1.1.6" -gem "haml", "~> 3.1.4" +gem "haml", "~> 5.0.0" gem "icalendar" gem "inherited_resources" gem "jquery-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 96e7560..b98f992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,9 @@ GEM geocoder (1.1.6) gherkin (2.4.21) json (>= 1.4.6) - haml (3.1.7) + haml (5.0.0) + temple (>= 0.8.0) + tilt has_scope (0.5.1) hashie (1.2.0) hike (1.2.1) @@ -182,6 +184,7 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + temple (0.8.2) term-ansicolor (1.0.7) thor (0.16.0) tilt (1.3.3) @@ -224,7 +227,7 @@ DEPENDENCIES fakeweb (~> 1.3.0) friendly_id (~> 4.0.4) geocoder (~> 1.1.6) - haml (~> 3.1.4) + haml (~> 5.0.0) icalendar inherited_resources jquery-rails