From 9ca03ef11541bec0ef72e847543a8a439e0bd397 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Mon, 30 Nov 2015 20:07:11 +0200 Subject: [PATCH] hopefully fix travis issue --- Gemfile | 2 +- Gemfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index a3ef5eb..c6cbc05 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rake" gem "soml-parser" , :path => "." # use this for debugging, the printout is better (cut/paste) - gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect + 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 8dacaaa..e5c2d24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: git://github.com/dancinglightning/ast.git - revision: a9bc29377a94d2194e92596aceb9be7c7db4c8f8 - branch: new_inspect - specs: - ast (2.1.0) - PATH remote: . specs: @@ -15,6 +8,7 @@ PATH GEM remote: http://rubygems.org/ specs: + ast (2.1.0) blankslate (3.1.3) codeclimate-test-reporter (0.4.6) simplecov (>= 0.7.1, < 1.0.0) @@ -34,7 +28,7 @@ PLATFORMS ruby DEPENDENCIES - ast! + ast codeclimate-test-reporter minitest rake