diff --git a/Gemfile b/Gemfile index 4a4bcbad..a7e51804 100644 --- a/Gemfile +++ b/Gemfile @@ -18,9 +18,10 @@ end gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "html-proofer", "~> 5" gem "webrick", "~> 1.8" -gem 'jekyll-sass-converter', '~> 3.0' +gem 'jekyll-sass-converter', '~> 3.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4a32b37d..910235ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,4 +164,4 @@ RUBY VERSION ruby 3.1.4p223 BUNDLED WITH - 2.3.26 + 2.3.26 \ No newline at end of file