mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08: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
|