Gemfile - nextbike - Lita Slack chatbot plugin for nextbike interactions.
(HTM) git clone git://jay.scot/nextbike
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
Gemfile (217B)
---
1 source "https://rubygems.org"
2
3 # Core
4 gem "lita"
5
6 # Adapters
7 gem 'lita-slack'
8
9 # Plugins
10 gem 'lita-dig', '~> 1.3'
11 gem 'lita-whois', '~> 1.1'
12 gem "lita-rules"
13 gem 'lita-ai'
14
15 #Deps
16 gem 'nokogiri', '~> 1.6', '>= 1.6.8'