csc360-a1-shell/ruby/Gemfile
2022-01-17 00:44:50 -08:00

5 lines
92 B
Ruby

source 'https://rubygems.org'
ruby '3.1.0'
gem 'rubocop', '1.24.1'
gem 'wordexp', '~> 0.1'