mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
bb78c779ca
Gets rid of compiled C++, uses Ruby 💎
15 lines
206 B
Ruby
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
|