From b6806c9e6784e27b4bcbbaf2261d15b3b3bb1fc4 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 1 Mar 2021 19:08:40 +0800 Subject: [PATCH] Update the Gemfile --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 78ba91d..5a6116f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy" +gem "jekyll-theme-chirpy", "~> 3.2" -# If you have any plugins, put them here! group :jekyll_plugins do + # If you have any plugins, put them here! # gem "jekyll-xxx", "~> x.y" end @@ -18,5 +18,5 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do gem "tzinfo-data" end -# # # Performance-booster for watching directories on Windows +# Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?