From 378bc10e2c8d7eb64db44689031178592fa47104 Mon Sep 17 00:00:00 2001 From: HMStith Date: Thu, 15 Mar 2018 13:39:53 -0400 Subject: [PATCH] Fixes Patch 1 Fixed Gemfile to work with newest updates. --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 78793f8..7c7990e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'hybridgroup-serialport' +gem 'serialport' gem 'sphero' diff --git a/Gemfile.lock b/Gemfile.lock index 8b54ce0..769a1fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,16 @@ GEM remote: https://rubygems.org/ specs: - hybridgroup-serialport (1.2.1) + serialport (1.3.1) sphero (1.4.1) PLATFORMS ruby + x64-mingw32 DEPENDENCIES - hybridgroup-serialport + serialport sphero + +BUNDLED WITH + 1.16.1