mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
9 lines
131 B
Ruby
9 lines
131 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
gem "jekyll"
|
|
gem "webrick", "~> 1.7"
|
|
gem 'jekyll-feed'
|