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.

View File

@ -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