tcpbot/Gemfile

24 lines
531 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/oz-codes/extendobot" }
gem "cinch"
gem "pastebin"
gem "ansirc"
gem "open-uri"
gem "shellwords"
gem 'nokogiri'
gem 'fmylife'
gem 'prime'
2021-05-30 18:11:54 +00:00
gem 'pastebinrb'
2021-06-01 16:22:09 +00:00
gem 'ascii-image'
gem 'rmagick'
gem 'mongo' #lol this one is actually really fucking important js
2021-07-04 11:53:46 +00:00
gem 'extralite' #sqlitle never wants to instawall
2021-09-09 09:56:31 +00:00
gem 'emoji' #emoji bro
gem 'time_difference' #time deltas in human readable form
gem 'chronic'
2022-02-12 03:33:36 +00:00
gem 'urban_dict'