2019-08-05 17:36:50 +03:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2024-02-05 23:53:12 +03:00
|
|
|
# See https://pages.github.com/versions/
|
2024-04-05 01:27:53 +03:00
|
|
|
gem "github-pages", ">= 231", group: [:jekyll_plugins]
|
|
|
|
|
|
|
|
# Force certain dependencies that may be upgraded to an unsupported version for Ruby 2.7 otherwise.
|
2024-05-14 03:05:03 +03:00
|
|
|
gem "nokogiri", "~> 1.16.5"
|
2024-02-05 23:53:12 +03:00
|
|
|
gem "webrick", "~> 1.8"
|
|
|
|
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
|
|
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?
|