rust-raspberrypi-OS-tutorials/Gemfile
Andre Richter bb78c779ca
Introducing Minipush, a raspbootcom replacement.
Gets rid of compiled C++, uses Ruby 💎
2020-01-14 20:45:41 +01:00

15 lines
206 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'colorize'
group :uart do
gem 'ruby-progressbar'
gem 'serialport'
end
group :development do
gem 'rubocop', require: false
end