mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-01-24 15:51:10 +01:00
5 lines
293 B
Ruby
5 lines
293 B
Ruby
source "https://rubygems.org"
|
|
gem "github-pages", group: :jekyll_plugins # pulls in everything GitHub Pages uses
|
|
gem "jekyll-remote-theme", group: :jekyll_plugins # needed for remote themes
|
|
gem "webrick" # Ruby 3.4+ needs this for the server
|