From 6669c4386aea5aeee047c7efa7c9cbbe8a463274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 3 Sep 2018 06:15:53 +0000 Subject: [PATCH] Bump slim from 3.0.8 to 4.0.1 Bumps [slim](https://github.com/slim-template/slim) from 3.0.8 to 4.0.1. - [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...v4.0.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index bccab3d..12bd14e 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.0' # Manage ITCSS structure gem 'itcsscli', '~> 0.1.15' diff --git a/Gemfile.lock b/Gemfile.lock index fd288f2..8572482 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,9 +102,9 @@ GEM rb-readline (0.5.5) sass (3.4.25) servolux (0.13.0) - slim (3.0.8) + slim (4.0.1) temple (>= 0.7.6, < 0.9) - tilt (>= 1.3.3, < 2.1) + tilt (>= 2.0.6, < 2.1) temple (0.8.0) thor (0.20.0) thread_safe (0.3.6) @@ -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.0) tzinfo-data wdm (~> 0.1.1)