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