From 8068d1aad50bf401def6bd4b78be4d02e8e1d184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 09:33:07 +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 | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2b8f094..37f101d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'thin', '1.5.1' gem 'sinatra', '1.2.6' gem 'httparty', '0.11.0' gem 'uuid', '2.3.7' -gem 'haml', '4.0.5' +gem 'haml', '5.0.0' gem 'rspec', '2.14.1' gem 'cucumber', '1.3.10' gem 'rack-test', '0.6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 4a3bfa9..12728eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,8 @@ GEM ffi (1.9.14) gherkin (2.12.2) multi_json (~> 1.3) - haml (4.0.5) + haml (5.0.0) + temple (>= 0.8.0) tilt httparty (0.11.0) multi_json (~> 1.0) @@ -62,6 +63,7 @@ GEM rack (~> 1.1) tilt (>= 1.2.2, < 2.0) systemu (2.6.5) + temple (0.8.2) thin (1.5.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -79,7 +81,7 @@ DEPENDENCIES capybara (= 1.0.0) cucumber (= 1.3.10) eventmachine (= 1.0.3) - haml (= 4.0.5) + haml (= 5.0.0) httparty (= 0.11.0) json (= 1.8.1) json_pure (= 1.8.3)