mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
7 lines
140 B
Ruby
7 lines
140 B
Ruby
source 'https://rubygems.org'
|
|
ruby '3.1.0'
|
|
|
|
gem 'minitest', '~> 5.15'
|
|
gem 'rake', '~> 13.0'
|
|
gem 'rubocop', '1.24.1'
|
|
gem 'wordexp', '~> 0.1'
|