mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
6 lines
127 B
Ruby
6 lines
127 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem 'minitest', '~> 5.20'
|
|
gem 'rake', '~> 13.0'
|
|
gem 'rubocop', '1.56.4'
|
|
gem 'wordexp', '~> 0.2'
|