From 6fda01a216fea4f834322cf3f81d6e1c48dcd5bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 08:53:17 +0000 Subject: [PATCH] Bump slim from 3.0.8 to 4.1.0 Bumps [slim](https://github.com/slim-template/slim) from 3.0.8 to 4.1.0. - [Release notes](https://github.com/slim-template/slim/releases) - [Changelog](https://github.com/slim-template/slim/blob/master/CHANGES) - [Commits](https://github.com/slim-template/slim/compare/v3.0.8...4.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index bccab3d..951f0ad 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'wdm', '~> 0.1.1', :platforms => [:mswin, :mingw] gem 'tzinfo-data', platforms: [:mswin, :mingw] # Precompilers -gem 'slim', '~> 3.0', '>= 3.0.8' +gem 'slim', '~> 4.1' # Manage ITCSS structure gem 'itcsscli', '~> 0.1.15' diff --git a/Gemfile.lock b/Gemfile.lock index fd288f2..1d19fcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,13 +102,13 @@ GEM rb-readline (0.5.5) sass (3.4.25) servolux (0.13.0) - slim (3.0.8) + slim (4.1.0) temple (>= 0.7.6, < 0.9) - tilt (>= 1.3.3, < 2.1) - temple (0.8.0) + tilt (>= 2.0.6, < 2.1) + temple (0.8.2) thor (0.20.0) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.0.10) tzinfo (1.2.3) thread_safe (~> 0.1) uglifier (3.2.0) @@ -123,7 +123,7 @@ DEPENDENCIES middleman-livereload (~> 3.4, >= 3.4.6) puma (~> 3.11) rack-contrib (~> 2.0) - slim (~> 3.0, >= 3.0.8) + slim (~> 4.1) tzinfo-data wdm (~> 0.1.1)