From 36458caa9a8886d31d7a39f2e70e2c9faade7e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 10 Jul 2017 17:05:13 +0000 Subject: [PATCH] Bump haml from 4.0.7 to 5.0.1 Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.0.1. - [Changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/4.0.7...v5.0.1) --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 63e25a9..4d78e2d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'sinatra', '~> 1.4.5' gem 'github_api', '~> 0.13.0' gem "redis", "~> 3.3.3" gem 'hiredis', '~> 0.6.0' -gem 'haml', '~> 4.0.6' +gem 'haml', '~> 5.0.1' gem 'json', '~> 2.1' gem 'sidekiq', '~> 4.1.0' gem 'mail', '~> 2.6.6' diff --git a/Gemfile.lock b/Gemfile.lock index c89677d..32a0f69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,8 @@ GEM hashie (>= 3.4) multi_json (>= 1.7.5, < 2.0) oauth2 - haml (4.0.7) + haml (5.0.1) + temple (>= 0.8.0) tilt hashie (3.4.3) hiredis (0.6.1) @@ -67,6 +68,7 @@ GEM rack-test sinatra (~> 1.4.0) tilt (>= 1.3, < 3) + temple (0.8.0) thread_safe (0.3.5) tilt (2.0.7) @@ -76,7 +78,7 @@ PLATFORMS DEPENDENCIES dogstatsd-ruby (~> 2.2.0) github_api (~> 0.13.0) - haml (~> 4.0.6) + haml (~> 5.0.1) hiredis (~> 0.6.0) json (~> 2.1) mail (~> 2.6.6)