diff options
author | icebaker <113217272+icebaker@users.noreply.github.com> | 2024-01-10 22:02:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 22:02:42 -0300 |
commit | 50677c9b2ab6ce8f6fe232834f139f1e16f0e079 (patch) | |
tree | 866218debc763547818de0099098bc5fe2ae29c7 /nano-bots.gemspec | |
parent | 819381e7bd3e3ca5d310ad0a29b6925dcfa26720 (diff) | |
parent | aabf3d9b711f66fe4195a8c850856826c7ad5580 (diff) |
Merge pull request #15 from icebaker/ib-markdown
Adding support to Markdown Cartridges
Diffstat (limited to 'nano-bots.gemspec')
-rw-r--r-- | nano-bots.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nano-bots.gemspec b/nano-bots.gemspec index f843f37..87c4f48 100644 --- a/nano-bots.gemspec +++ b/nano-bots.gemspec @@ -37,6 +37,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'pry', '~> 0.14.2' spec.add_dependency 'rainbow', '~> 3.1', '>= 3.1.1' spec.add_dependency 'rbnacl', '~> 7.1', '>= 7.1.1' + spec.add_dependency 'redcarpet', '~> 3.6' spec.add_dependency 'sweet-moon', '~> 0.0.7' spec.add_dependency 'cohere-ai', '~> 1.0', '>= 1.0.1' |