fix gemfile

This commit is contained in:
Torsten Ruger 2015-09-15 19:45:20 +03:00
parent 08ceb86b24
commit 7f126ab996
2 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,7 @@ gem "rake"
gem "salama-reader" , :path => "."
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

@ -5,14 +5,10 @@ PATH
ast (~> 2.1.0)
parslet (~> 1.7.0)
PATH
remote: ../ast
specs:
ast (2.1.0)
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)
@ -33,7 +29,6 @@ PLATFORMS
ruby
DEPENDENCIES
ast!
codeclimate-test-reporter
minitest
rake