fix gemfile

This commit is contained in:
Torsten Ruger
2015-09-15 19:46:05 +03:00
parent 0df098ef7d
commit 20796dce66
2 changed files with 3 additions and 7 deletions

View File

@ -4,7 +4,7 @@ gem "rake"
gem "salama-reader" , :path => "."
gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme"
gem "ast" , :path => "../ast"
gem "ast" #, :path => "../ast"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.