Bump livingstyleguide to 2.0.1

Fixes sprockets deprecation warnings

[ci skip]
pull/4968/head
Oliver Günther 8 years ago
parent a0858a5abd
commit cf75408522
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -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.

@ -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)

Loading…
Cancel
Save