mirror of
https://github.com/tiennm99/cv.git
synced 2026-09-14 06:20:09 +00:00
12 lines
342 B
Ruby
12 lines
342 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|
|
|
# Performance-booster for watching directories on Windows
|
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
|
|
|
gem "webrick", "~> 1.8"
|