tcpbot/Gemfile

24 lines
531 B
Ruby

# 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'
gem 'pastebinrb'
gem 'ascii-image'
gem 'rmagick'
gem 'mongo' #lol this one is actually really fucking important js
gem 'extralite' #sqlitle never wants to instawall
gem 'emoji' #emoji bro
gem 'time_difference' #time deltas in human readable form
gem 'chronic'
gem 'urban_dict'