diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-25 20:16:29 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-25 20:16:29 +0000 |
commit | 5e0e922a7288e60a0482380a27a5c1ae53e6cd0e (patch) | |
tree | 22b737b9d2abddbfb3b610f8481932eb01152fc8 /Gemfile | |
parent | 943f992dc370237509f0b73dd9ccc99b2fecdf2f (diff) |
Switch to Paho MQTT library for automatic reconnects
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |