9 lines
83 B
Ruby
9 lines
83 B
Ruby
source "https://rubygems.org"
|
|
|
|
ruby "2.6.3"
|
|
|
|
gem "rexical"
|
|
gem "racc"
|
|
gem "rspec"
|
|
|