From 8ff2754d8e64e36408b418bdaf33270037d6b13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 04:17:00 +0000 Subject: [PATCH] Bump haml from 6.1.2 to 6.2.3 Bumps [haml](https://github.com/haml/haml) from 6.1.2 to 6.2.3. - [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.1.2...v6.2.3) --- updated-dependencies: - dependency-name: haml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 04a696f..6b5e1fd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '2.6.10' -gem 'haml', '~> 6.1' +gem 'haml', '~> 6.2' gem 'iso-639', '~> 0.3.6' gem 'json', '~> 2.6' gem 'mail', '~> 2.8' diff --git a/Gemfile.lock b/Gemfile.lock index 7beea41..2226458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM fugit (1.8.1) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) - haml (6.1.2) + haml (6.2.3) temple (>= 0.8.2) thor tilt @@ -101,13 +101,13 @@ GEM rack (~> 2.2, >= 2.2.4) rack-protection (= 3.1.0) tilt (~> 2.0) - temple (0.10.2) + temple (0.10.3) thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (1.2.2) - tilt (2.2.0) + tilt (2.3.0) timecop (0.9.8) timeout (0.3.2) tzinfo (2.0.6) @@ -125,7 +125,7 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1) - haml (~> 6.1) + haml (~> 6.2) iso-639 (~> 0.3.6) json (~> 2.6) mail (~> 2.8)