use own outputted (ast gem)

This commit is contained in:
Torsten Ruger
2015-09-18 22:19:42 +03:00
parent 71affacfba
commit a11e59668d
2 changed files with 9 additions and 4 deletions

View File

@ -5,8 +5,8 @@ gem "rake"
gem "salama-reader" , :path => "."
# use this for debugging, the printout is better (cut/paste)
# gem "ast" , :github => "dancinglightning/ast"
gem "ast"
gem "ast" , :github => "dancinglightning/ast"
#gem "ast"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.