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