mirror of
https://github.com/gosticks/brew.git
synced 2026-08-20 08:30:22 +00:00
9 lines
128 B
Ruby
9 lines
128 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
group :test do
|
|
gem "html-proofer"
|
|
gem "rake"
|
|
end
|