mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
11 lines
156 B
Ruby
11 lines
156 B
Ruby
source 'http://rubygems.org/'
|
|
|
|
group :development do
|
|
gem 'rake'
|
|
gem 'jekyll'
|
|
gem 'rdiscount'
|
|
gem 'jim'
|
|
gem 'closure-compiler'
|
|
gem 'foreman'
|
|
end
|