Update gemfile

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-11-26 00:51:59 +01:00
parent 5064d14cbe
commit 10b5550ed3
2 changed files with 27 additions and 25 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.2.1"
gem "jekyll", "~> 4.2"
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
@@ -11,7 +11,7 @@ end
# Performance-booster for watching directories on Windows
#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'wdm', '~> 0.1' if Gem.win_platform?
# LiveReload/Watch: Update WebRick and EventMachine
gem "webrick", "~> 1.7"