thefloweringash / iousbhiddriver-descriptor-override

Fix broken USB HID descriptors. Now with Noppoo Choc Mini support!
http://thefloweringash.github.io/iousbhiddriver-descriptor-override
GNU Lesser General Public License v3.0
204 stars 25 forks source link

Update Gemfile to include libusb #44

Closed SamuelMereau closed 2 years ago

SamuelMereau commented 3 years ago

Included gem "libusb" outside of the :scan group in order for bundle install to load necessary dependencies. Without this change, the error found in https://github.com/thefloweringash/iousbhiddriver-descriptor-override/issues/43#issuecomment-655863879 would appear.

thefloweringash commented 3 years ago

The original intent was to skip libusb in CI where it's not required. However, given the confusion this creates this is a worthwhile change. To keep things consistent we should remove the grouped version entirely, and remove references to groups in the readme (the bundle install --without ... should just be bundle install).