forked from bougyman/BougyBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
40 lines (39 loc) · 835 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'bcrypt'
gem 'cinch'
gem 'cinch-authentication'
gem 'cinch-calculate'
gem 'cinch-convert'
gem 'cinch-cooldown'
gem 'cinch-dicebag'
gem 'cinch-evalso'
gem 'cinch-fortune'
gem 'cinch-isitup'
gem 'cinch-karma'
gem 'cinch-lastactive', git: 'https://github.com/bougyman/cinch-lastactive'
gem 'cinch-news'
gem 'cinch-seen'
gem 'cinch-urbandict'
gem 'cinch-weatherman'
gem 'cinch-wikipedia'
gem 'cleverbot', git: 'https://github.com/rubyists/cleverbot'
gem 'darksky_weather-api'
gem 'georuby'
gem 'htmlentities'
gem 'innate'
gem 'marky_markov'
gem 'mechanize'
gem 'nokogiri'
gem 'pg'
gem 'pg_array'
gem 'pry'
gem 'pry-remote'
gem 'rest-client'
gem 'rubocop'
gem 'sequel'
gem 'sequel-postgis-georuby'
gem 'sequel_postgresql_triggers'
gem 'timezone'
gem 'wolfram-alpha'
gem 'yt'