aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-25 10:48:40 -0400
committerBradley Taunt <bt@btxx.org>2024-07-25 10:48:40 -0400
commitc3f29bfbd2f38356ed18d8cd886a7705308f16fb (patch)
treeb58eec30d90e2333122ef150ca771696275923b1 /Gemfile
parenta22af1569c4404a936fc6c018da9ae5b7fd5f776 (diff)
Carry over lockfile from core wruby project
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..d578292
--- /dev/null
+++ b/Gemfile
@@ -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