summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2019-02-25 20:16:29 +0000
committerJoe Robinson <joe@lc8n.com>2019-02-25 20:16:29 +0000
commit5e0e922a7288e60a0482380a27a5c1ae53e6cd0e (patch)
tree22b737b9d2abddbfb3b610f8481932eb01152fc8 /Gemfile
parent943f992dc370237509f0b73dd9ccc99b2fecdf2f (diff)
Switch to Paho MQTT library for automatic reconnects
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3c6bf5e..7bd9e25 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'sinatra'
gem 'thin'
-gem 'mqtt'
+gem 'paho-mqtt'
gem 'sqlite3'
gem 'data_mapper'
gem 'dm-migrations'