aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 081111b38..a82dd93b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.1.2'
- gem 'jekyll-redirect-from', '~> 0.10.0'
- gem 'jekyll-sitemap', '~> 0.10.0'
- gem 'scss_lint', '~> 0.47.1'
+ gem 'jekyll', '~> 3.3.0'
+ gem 'jekyll-redirect-from', '~> 0.11.0'
+ gem 'jekyll-sitemap', '~> 0.11.0'
+ gem 'scss_lint', '~> 0.50.2'
end