esp32_ethernet_milight_hub/test/remote/Gemfile

11 lines
211 B
Ruby
Raw Normal View History

2021-01-15 21:49:01 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
gem 'rspec'
gem 'mqtt', '~> 0.5'
gem 'dotenv', '~> 2.6'
gem 'multipart-post'
gem 'net-ping'
gem 'milight-easybulb', '~> 1.0'
gem 'chroma', '~> 0.2.x'