diff options
| author | Bradley Taunt <git@btxx.org> | 2026-04-01 09:56:23 -0400 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-04-01 09:56:23 -0400 |
| commit | 9dc45766dc3d9cf8fd077cc43bc36df06ebb5db1 (patch) | |
| tree | 401a10481b9b1de1675905b613d2fbeecfda384e /Gemfile | |
| parent | ed113d077029017775cf32e6dddd39a2ae9ad694 (diff) | |
New post, upgrade Jekyll, older post spelling error fix
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.3.3" +gem "jekyll", "~> 4.4.1" gem "jekyll-sass-converter", "~> 2.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. @@ -19,16 +19,6 @@ group :jekyll_plugins do gem "jekyll-gzip" end -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" - gem "tzinfo-data" -end - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - gem "csv" gem "base64" gem "bigdecimal" |
