From 15bd181d08ab44096994acbe176eb324b6166bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 04:00:45 +0000 Subject: [PATCH] Bump haml from 6.0.12 to 6.1.1 Bumps [haml](https://github.com/haml/haml) from 6.0.12 to 6.1.1. - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/v6.0.12...v6.1.1) --- updated-dependencies: - dependency-name: haml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 61e67a9..3901205 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '2.6.5' -gem 'haml', '~> 6.0' +gem 'haml', '~> 6.1' gem 'iso-639', '~> 0.3.6' gem 'json', '~> 2.6' gem 'mail', '~> 2.8' diff --git a/Gemfile.lock b/Gemfile.lock index 7e3fac3..fcfa40e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM fugit (1.7.2) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) - haml (6.0.12) + haml (6.1.1) temple (>= 0.8.2) thor tilt @@ -125,7 +125,7 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1) - haml (~> 6.0) + haml (~> 6.1) iso-639 (~> 0.3.6) json (~> 2.6) mail (~> 2.8)