Ruby fixes for the 'Build and deploy Pages' workflow (part 2).

This commit is contained in:
supahgreg
2026-06-02 17:04:21 +00:00
parent 9d814e7e2f
commit 4bfde245b5
+2
View File
@@ -2,7 +2,9 @@ source 'https://rubygems.org'
gem 'base64'
gem 'bigdecimal'
gem 'csv'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-remote-theme'
gem 'logger'
gem 'rexml'
gem 'webrick', '~> 1.7'