From 7005edce0a24a5599aa18c50b5c3f1c573d72536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:55:34 +0000 Subject: [PATCH] Bump slim from 4.1.0 to 5.1.0 Bumps [slim](https://github.com/slim-template/slim) from 4.1.0 to 5.1.0. - [Release notes](https://github.com/slim-template/slim/releases) - [Changelog](https://github.com/slim-template/slim/blob/main/CHANGES) - [Commits](https://github.com/slim-template/slim/compare/v4.1.0...v5.1.0) --- updated-dependencies: - dependency-name: slim dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 886f0bf8..3fc7720e 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,5 @@ gem 'middleman-minify-html' gem 'middleman-ogp' gem 'nokogiri' gem 'redcarpet', '~> 3.6' -gem 'slim', '~> 4.1' +gem 'slim', '~> 5.1' gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index c4ec6497..83f8b4f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,10 +165,10 @@ GEM sassc (2.4.0) ffi (~> 1.9) servolux (0.13.0) - slim (4.1.0) - temple (>= 0.7.6, < 0.9) - tilt (>= 2.0.6, < 2.1) - temple (0.8.2) + slim (5.1.0) + temple (~> 0.10.0) + tilt (>= 2.0.6, < 2.2) + temple (0.10.3) thor (1.2.2) thread_safe (0.3.6) tilt (2.0.11) @@ -199,7 +199,7 @@ DEPENDENCIES middleman-syntax nokogiri redcarpet (~> 3.6) - slim (~> 4.1) + slim (~> 5.1) webrick (~> 1.8) BUNDLED WITH