Update gemfile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user