From ce3aa94c724f44c3a3ff90232e95fc6cbae3e509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:15:10 +0000 Subject: [PATCH] Bump slim from 5.1.1 to 5.2.1 Bumps [slim](https://github.com/slim-template/slim) from 5.1.1 to 5.2.1. - [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/v5.1.1...v5.2.1) --- updated-dependencies: - dependency-name: slim 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 3591cd5..d0bd7d5 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'turbo-rails', '~> 1.4' gem 'stimulus-rails', '~> 1.2', '>= 1.2.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.11', '>= 2.11.5' -gem 'slim', '~> 5.1', '>= 5.1.1' +gem 'slim', '~> 5.2' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 5.0', '>= 5.0.7' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index f7f4eb1..63ce258 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - slim (5.1.1) + slim (5.2.1) temple (~> 0.10.0) tilt (>= 2.1.0) spring (4.1.1) @@ -355,7 +355,7 @@ DEPENDENCIES sass-rails (~> 6.0) selenium-webdriver (>= 4.0.0) simplecov (~> 0.22.0) - slim (~> 5.1, >= 5.1.1) + slim (~> 5.2) spring stimulus-rails (~> 1.2, >= 1.2.2) tailwindcss-rails (~> 2.0, >= 2.0.30)