mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-10 03:42:53 +02: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
|