diff options
author | Bradley Taunt <bt@btxx.org> | 2024-08-06 10:18:56 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-08-06 10:18:56 -0400 |
commit | 663fd68a6ec6299bb0a8c88e3aa294950ab426a7 (patch) | |
tree | ec42910abab7510db9674d97bce354b66f3976a6 | |
parent | 482b3268deb6a9e81846d102d097309bbf437182 (diff) |
Set proper gem versions in srht build config
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ sources: - https://git.sr.ht/~bt/wruby tasks: - install-gems: | - sudo gem install bundler kramdown rss + sudo gem install bundler 'kramdown:2.4.0' 'rss:0.3.0' - build: | cd wruby sudo make build |