use the new inspect

This commit is contained in:
Torsten Ruger
2015-09-19 14:40:08 +03:00
parent 3bfcd830b0
commit 3b0b91f2fb
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ gem "rake"
gem "salama-reader" , :path => "."
# use this for debugging, the printout is better (cut/paste)
gem "ast" , :github => "dancinglightning/ast"
gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect
#gem "ast"
# Add dependencies to develop your gem here.