-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
54 lines (36 loc) · 1.69 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
source 'https://rubygems.org'
ruby '2.1.0'
# A robot companion for your company's chat room.
# http://www.lita.io/
gem 'lita', '~> 3.0.4' # https://github.com/jimmycuadra/lita
# Slack
gem 'lita-slack', git: '[email protected]:milo-ft/lita-slack.git'
gem 'lita-slack-handler', git: '[email protected]:milo-ft/lita-slack-handler.git'
# Custom Gems
gem 'lita-hook-forward'
#gem 'lita-gitlab', '~> 1.0.4'
gem 'lita-gitlab2jenkins_ghp'
gem 'lita-chilean-bip', '~> 1.1.2'
gem 'lita-key-value'
# A Lita handler for fetching images from Google.
gem 'lita-google-images' # https://github.com/jimmycuadra/lita-google-images
# Giphy handler for Lita chatbot
gem 'lita-giphy' # https://github.com/killpack/lita-giphy
# A Lita adapter for a console that allows history/up/down arrow
gem 'lita-console' # https://github.com/webdestroya/lita-console
## A Lita handler for a question answering (QA) system
#gem 'lita-answers' # https://github.com/sergey-alekseev/lita-answers
# A Lita handler to provide developer excuses
gem 'lita-excuses' # https://github.com/webdestroya/lita-excuses
# Lita (robot) handler for querying RubyGems.org through official API gem
gem 'lita-gems' # https://github.com/marsz/lita-gems
# A Lita handler for returning Google search results.
gem 'lita-google' # https://github.com/jimmycuadra/lita-google
# Lita interaction with your Jenkins CI server
gem 'lita-jenkins' # https://github.com/daniely/lita-jenkins
# lita-imgflip is a handler for Lita that generates meme images using imgflip.com.
# The code is based on lita-memgen.
gem 'lita-imgflip' # https://github.com/henrrrik/lita-imgflip
# Manage Procfile-based applications
gem 'foreman' # https://github.com/ddollar/foreman
gem 'curb-fu', '~> 0.6.2'