From 1e7ca97464926124408a0629067b8430d947bb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:53:23 +0000 Subject: [PATCH] Bump haml from 4.0.7 to 5.1.2 in /example/sinatra Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.1.2. - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/4.0.7...v5.1.2) Signed-off-by: dependabot[bot] --- example/sinatra/Gemfile | 2 +- example/sinatra/Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/example/sinatra/Gemfile b/example/sinatra/Gemfile index e3b4941..1dc15d3 100644 --- a/example/sinatra/Gemfile +++ b/example/sinatra/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'sinatra', '~>1.4.7' gem 'thin', '~>1.1' -gem 'haml', '~>4.0.7' +gem 'haml', '~>5.1.2' gem 'data_mapper', '~>1.2.0' gem 'dm-sqlite-adapter', '~>1.2.0' gem 'patreon', :path => './../../' diff --git a/example/sinatra/Gemfile.lock b/example/sinatra/Gemfile.lock index e6e4779..e984d65 100644 --- a/example/sinatra/Gemfile.lock +++ b/example/sinatra/Gemfile.lock @@ -64,7 +64,8 @@ GEM data_objects (= 0.10.17) eventmachine (1.2.7) fastercsv (1.5.5) - haml (4.0.7) + haml (5.1.2) + temple (>= 0.8.0) tilt json (1.8.6) json-api-vanilla (1.0.1) @@ -79,11 +80,12 @@ GEM rack-protection (~> 1.4) tilt (>= 1.3, < 3) stringex (1.5.1) + temple (0.8.2) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.8) + tilt (2.0.10) uuidtools (2.1.5) PLATFORMS @@ -92,7 +94,7 @@ PLATFORMS DEPENDENCIES data_mapper (~> 1.2.0) dm-sqlite-adapter (~> 1.2.0) - haml (~> 4.0.7) + haml (~> 5.1.2) patreon! sinatra (~> 1.4.7) thin (~> 1.1)