From 136790f1bdb451f9e8a20e78ef6a0871efef44b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:40:58 +0000 Subject: [PATCH] Bump haml from 6.2.3 to 6.3.0 Bumps [haml](https://github.com/haml/haml) from 6.2.3 to 6.3.0. - [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.2.3...v6.3.0) --- 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 d813dd9..02af110 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '2.6.10' -gem 'haml', '~> 6.2' +gem 'haml', '~> 6.3' gem 'iso-639', '~> 0.3.6' gem 'json', '~> 2.7' gem 'mail', '~> 2.8' diff --git a/Gemfile.lock b/Gemfile.lock index c953f32..fc27296 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) - haml (6.2.3) + haml (6.3.0) temple (>= 0.8.2) thor tilt @@ -127,7 +127,7 @@ PLATFORMS DEPENDENCIES byebug - haml (~> 6.2) + haml (~> 6.3) iso-639 (~> 0.3.6) json (~> 2.7) mail (~> 2.8)