mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
15 lines
218 B
Ruby
15 lines
218 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', '>= 1.4.1', require: false
|
|
end
|