diff --git a/Gemfile b/Gemfile index 9c83ef4..24c1e63 100644 --- a/Gemfile +++ b/Gemfile @@ -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. diff --git a/Gemfile.lock b/Gemfile.lock index 00a40c3..439c0fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,14 +11,10 @@ PATH salama-reader (0.2.0) citrus (~> 3.0.3) -PATH - remote: ../ast - specs: - ast (2.1.0) - GEM remote: http://rubygems.org/ specs: + ast (2.1.0) codeclimate-test-reporter (0.4.6) simplecov (>= 0.7.1, < 1.0.0) docile (1.1.5) @@ -36,7 +32,7 @@ PLATFORMS ruby DEPENDENCIES - ast! + ast citrus! codeclimate-test-reporter minitest