aboutsummaryrefslogtreecommitdiff
path: root/wruby.rb
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-08-06 10:08:58 -0400
committerBradley Taunt <bt@btxx.org>2024-08-06 10:08:58 -0400
commit26e2c1090089cd168c05cbb54957beacbef234fb (patch)
tree06272bf5c97c3b53bacc36b6ab1b4906af1d6896 /wruby.rb
parente75cc68c108c8be7ce57617517098529b4100621 (diff)
New post on perspectives
Diffstat (limited to 'wruby.rb')
-rw-r--r--wruby.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/wruby.rb b/wruby.rb
index d4f49e6..446d83f 100644
--- a/wruby.rb
+++ b/wruby.rb
@@ -1,3 +1,9 @@
+require 'bundler/inline'
+gemfile do
+ gem 'kramdown', '2.4.0'
+ gem 'rss', '0.3.0'
+end
+
require 'kramdown'
require 'fileutils'
require 'date'