diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-25 10:43:46 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-25 10:43:46 -0400 |
commit | 9a0e20a6c3322f66392fc6c2dd0aa8e8cee8cf3d (patch) | |
tree | ae15534198d055090c6b1eb2d4c3fd8a464f32b4 /Gemfile | |
parent | c0404efaa880c3cd545c65ce7a05cb2562ce4103 (diff) |
Include Gemfile and lock, update README to utilize bundle install, Makefile update
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +source 'https://rubygems.org' + +ruby '3.3.0' + +gem 'kramdown', '~> 2.4.0' +gem 'rss', '~> 0.3.0'
\ No newline at end of file |