Add Gemfile

This commit is contained in:
Bilal Catic
2020-01-27 08:51:21 +01:00
parent cf26304e9e
commit 6f412ba9b8
2 changed files with 41 additions and 0 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
source "https://rubygems.org"
ruby "2.6.3"
gem "rexical"
gem "racc"
gem "rspec"