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