From 808d1c65af17dccf27aaf7c0bfd91c629e9a0e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Aug 2018 06:30:01 +0000 Subject: [PATCH] Bump slim from 3.0.9 to 3.1.0 Bumps [slim](https://github.com/slim-template/slim) from 3.0.9 to 3.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.9...v3.1.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b13895a..63b2090 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,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', '~> 3.1' gem 'coffee-script', '~> 2.4', '>= 2.4.1' # Code syntax highlighting diff --git a/Gemfile.lock b/Gemfile.lock index 6a9b5f5..4dd0171 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,9 +110,9 @@ GEM rouge (2.2.1) sass (3.4.25) servolux (0.13.0) - slim (3.0.9) + slim (3.1.0) temple (>= 0.7.6, < 0.9) - tilt (>= 1.3.3, < 2.1) + tilt (>= 2.0.6, < 2.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -138,7 +138,7 @@ DEPENDENCIES puma (~> 3.11) rack-contrib (~> 1.5) redcarpet (= 3.4.0) - slim (~> 3.0, >= 3.0.8) + slim (~> 3.1) tzinfo-data wdm (= 0.1.1)