From c2f90411cfac769c6f2054f91d1dc8cc7c593e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 7 Aug 2017 07:04:45 +0000 Subject: [PATCH] Bump haml from 4.0.7 to 5.0.2 Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.0.2. - [Changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/4.0.7...v5.0.2) --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c139d31..52f73bf 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.2' gem 'json', '~> 2.1' gem 'sidekiq', '~> 5.0.4' gem 'mail', '~> 2.6.6' diff --git a/Gemfile.lock b/Gemfile.lock index d679555..c4bbc19 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.2) + temple (>= 0.8.0) tilt hashie (3.4.3) hiredis (0.6.1) @@ -68,8 +69,9 @@ GEM rack-test sinatra (~> 1.4.0) tilt (>= 1.3, < 3) + temple (0.8.0) thread_safe (0.3.5) - tilt (2.0.7) + tilt (2.0.8) PLATFORMS ruby @@ -77,7 +79,7 @@ PLATFORMS DEPENDENCIES dogstatsd-ruby (~> 3.0.0) github_api (~> 0.13.0) - haml (~> 4.0.6) + haml (~> 5.0.2) hiredis (~> 0.6.0) json (~> 2.1) mail (~> 2.6.6)