From 3b0b91f2fb1d10829f591ff37731e600f895ae8c Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 19 Sep 2015 14:40:08 +0300 Subject: [PATCH] use the new inspect --- Gemfile | 2 +- Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e1d620f..c7316d7 100644 --- a/Gemfile +++ b/Gemfile @@ -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. diff --git a/Gemfile.lock b/Gemfile.lock index 9354fe6..eeaac97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GIT remote: git://github.com/dancinglightning/ast.git - revision: 846eb00aeb6d227ffbae7a3f5c3b286f60d11667 + revision: 25fadce19d6c7000cab5fab770c212834eb5f464 + branch: new_inspect specs: ast (2.1.0)