From 14512a7d4ce0200ae0fb22e5b8fe4d65e9eb0f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:53:43 +0000 Subject: [PATCH] Bump haml from 3.0.18 to 5.0.0 Bumps [haml](https://github.com/haml/haml) from 3.0.18 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.0.18...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 510021b..ffa707b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "http://rubygems.org" gem "rails", "2.3.18" gem 'will_paginate', "2.3.11" #gem 'will_paginate', :require=>'will_paginate/data_mapper' -gem 'haml', "3.0.18" +gem 'haml', "5.0.0" gem "jrails" gem "mysql" gem "riddle" diff --git a/Gemfile.lock b/Gemfile.lock index 49db90b..6c5a6b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,9 @@ GEM ar-extensions (0.9.5) activerecord (~> 2.1) fastercsv (1.5.5) - haml (3.0.18) + haml (5.0.0) + temple (>= 0.8.0) + tilt jrails (0.6.0) json (1.8.1) mysql (2.9.1) @@ -35,10 +37,12 @@ GEM rdoc (4.0.1) json (~> 1.4) riddle (1.5.9) + temple (0.8.2) thinking-sphinx (1.4.14) activerecord (>= 1.15.6, < 3.0.0) after_commit (>= 1.0.7) riddle (>= 1.5.3) + tilt (2.0.10) will_paginate (2.3.11) wirble (0.1.3) @@ -49,7 +53,7 @@ DEPENDENCIES annotate ar-extensions fastercsv - haml (= 3.0.18) + haml (= 5.0.0) jrails mysql rails (= 2.3.18)