mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 04:01:11 -06:00
* Basic script to modify html output * Modify HTML of website * Add makefile * Compile website in CI * Improve readme
9 lines
126 B
Ruby
9 lines
126 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
ruby File.read('.ruby-version').strip
|
|
|
|
gem 'nokogiri'
|
|
gem 'pry'
|