-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (25 loc) · 718 Bytes
/
Gemfile
File metadata and controls
36 lines (25 loc) · 718 Bytes
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
source 'https://rubygems.org'
#ruby '~> 2.3.1'
gem 'lita'
gem 'pry'
gem 'pry-byebug'
gem 'lita-slack'
# Add handlers to give Lita new functionality.
# For example:
# gem "lita-google-images"
# gem "lita-karma"
gem 'lita-doubler'
gem 'lita-whats-brad-eating', '~> 1.0.1'
gem 'lita-restart-elvis'
gem 'lita-imgflip-memes', '~> 1.1.2'
gem 'lita-alexa-news-publisher'
gem 'lita-alexa-news-recorder', git: 'https://github.com/dpritchett/lita-alexa-news-recorder.git'
gem 'lita-task-scheduler', '~> 1.1.0'
gem 'lita-travis-announcer'
#gem 'lita-pastebin_shrinker', path: '../lita-pastebin_shrinker'
#gem 'lita-markov-blabber'
#gem 'lita-cleverbot-demo'
group :development, :test do
gem 'rspec'
gem 'rake'
end