From c88c0893d63494c2056168825c4dfec88b2005a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 09:32:48 +0000 Subject: [PATCH] Bump haml from 4.0.6 to 5.0.0 in /ruby-projects/sample_blog Bumps [haml](https://github.com/haml/haml) from 4.0.6 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.6...v5.0.0) Signed-off-by: dependabot[bot] --- ruby-projects/sample_blog/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ruby-projects/sample_blog/Gemfile.lock b/ruby-projects/sample_blog/Gemfile.lock index 6db32bd..6c9f1b5 100644 --- a/ruby-projects/sample_blog/Gemfile.lock +++ b/ruby-projects/sample_blog/Gemfile.lock @@ -17,7 +17,8 @@ GEM arel (5.0.1.20140414130214) bcrypt (3.1.9) builder (3.2.2) - haml (4.0.6) + haml (5.0.0) + temple (>= 0.8.0) tilt http_router (0.11.1) rack (>= 1.0.0) @@ -64,6 +65,7 @@ GEM padrino-core (= 0.12.4) padrino-support (0.12.4) activesupport (>= 3.1) + pg (1.1.4) polyglot (0.3.5) rack (1.5.2) rack-protection (1.5.3) @@ -82,7 +84,7 @@ GEM rack (~> 1.4) rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) - sqlite3 (1.3.10) + temple (0.8.2) thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) @@ -102,8 +104,8 @@ DEPENDENCIES bcrypt haml padrino (= 0.12.4) + pg rack-test rake sass shoulda - sqlite3