From 7c91d090251d45b8904f7dc1031a76c5f8372b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 22:05:05 +0000 Subject: [PATCH] Bump hamlit from 2.16.0 to 3.0.3 Bumps [hamlit](https://github.com/k0kubun/hamlit) from 2.16.0 to 3.0.3. - [Release notes](https://github.com/k0kubun/hamlit/releases) - [Changelog](https://github.com/k0kubun/hamlit/blob/master/CHANGELOG.md) - [Commits](https://github.com/k0kubun/hamlit/compare/v2.16.0...v3.0.3) --- updated-dependencies: - dependency-name: hamlit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1911a67..e5e93f5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| 'https://github.com/#{repo_name}' } -gem 'hamlit', '~> 2.16' +gem 'hamlit', '~> 3.0' gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index 3f0fb0d..26f32de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM concurrent-ruby (1.1.10) figaro (1.2.0) thor (>= 0.14.0, < 2) - hamlit (2.16.0) + hamlit (3.0.3) temple (>= 0.8.2) thor tilt @@ -54,9 +54,9 @@ GEM tilt (~> 2.0) sinatra-reloader (1.0) sinatra-contrib - temple (0.8.2) + temple (0.9.1) thor (1.2.1) - tilt (2.0.10) + tilt (2.0.11) tzinfo (2.0.4) concurrent-ruby (~> 1.0) xmlenc (0.8.0) @@ -74,7 +74,7 @@ PLATFORMS DEPENDENCIES figaro (~> 1.2) - hamlit (~> 2.16) + hamlit (~> 3.0) puma (~> 5.6) saml_idp sinatra (~> 2.2)