mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
9 lines
107 B
Ruby
9 lines
107 B
Ruby
source 'https://rubygems.org/'
|
|
|
|
gem 'github-pages'
|
|
|
|
group :development do
|
|
gem 'rake'
|
|
gem 'rubocop'
|
|
end
|