aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-07-15 09:23:36 +0000
committerBardi Harborow <[email protected]>2017-07-16 13:51:16 +1000
commitd35020cee8babd1b3e1938f2d264aae2984ec5eb (patch)
treee450586ee9024027c0e581ad3f76ac7cf6f53777 /Gemfile
parent62a47962683a751ddbd6eb4d507c53c16721d97f (diff)
downloadbootstrap-d35020cee8babd1b3e1938f2d264aae2984ec5eb.tar.xz
bootstrap-d35020cee8babd1b3e1938f2d264aae2984ec5eb.zip
Update dependencies.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 2fa340d11..e32e22239 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.4.3'
+ gem 'jekyll', '~> 3.4.5'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.3.0.pre1'
- gem 'scss_lint', '~> 0.53.0'
+ gem 'scss_lint', '~> 0.54.0'
end