From cf75408522158096d24b1a57e2468c820511a73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Sun, 23 Oct 2016 21:48:21 +0200 Subject: [PATCH] Bump livingstyleguide to 2.0.1 Fixes sprockets deprecation warnings [ci skip] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index eabc52c382..77ae5dab41 100644 --- a/Gemfile +++ b/Gemfile @@ -205,7 +205,7 @@ end group :development do gem 'letter_opener' gem 'faker' - gem 'livingstyleguide', '~> 2.0.0' + gem 'livingstyleguide', '~> 2.0.1' # Pry seems to cause a lot of segfaults in the tests. # Therefore, it has been removed from the :test group for now. diff --git a/Gemfile.lock b/Gemfile.lock index 3c163aa2a6..42e4d214a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -330,7 +330,7 @@ GEM addressable (~> 2.3) letter_opener (1.4.1) launchy (~> 2.2) - livingstyleguide (2.0.0) + livingstyleguide (2.0.1) minisyntax (>= 0.2.5) redcarpet sass @@ -633,7 +633,7 @@ DEPENDENCIES json_spec (~> 1.1.4) launchy (~> 2.4.3) letter_opener - livingstyleguide (~> 2.0.0) + livingstyleguide (~> 2.0.1) multi_json (~> 1.12.1) mysql2 (~> 0.4.4) net-ldap (~> 0.14.0)