fix gemfile
This commit is contained in:
parent
08ceb86b24
commit
7f126ab996
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ gem "rake"
|
|||||||
|
|
||||||
gem "salama-reader" , :path => "."
|
gem "salama-reader" , :path => "."
|
||||||
|
|
||||||
gem "ast" , :path => "../ast"
|
#gem "ast" , :path => "../ast"
|
||||||
|
|
||||||
# Add dependencies to develop your gem here.
|
# Add dependencies to develop your gem here.
|
||||||
# Include everything needed to run rake, tests, features, etc.
|
# Include everything needed to run rake, tests, features, etc.
|
||||||
|
@ -5,14 +5,10 @@ PATH
|
|||||||
ast (~> 2.1.0)
|
ast (~> 2.1.0)
|
||||||
parslet (~> 1.7.0)
|
parslet (~> 1.7.0)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../ast
|
|
||||||
specs:
|
|
||||||
ast (2.1.0)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
ast (2.1.0)
|
||||||
blankslate (3.1.3)
|
blankslate (3.1.3)
|
||||||
codeclimate-test-reporter (0.4.6)
|
codeclimate-test-reporter (0.4.6)
|
||||||
simplecov (>= 0.7.1, < 1.0.0)
|
simplecov (>= 0.7.1, < 1.0.0)
|
||||||
@ -33,7 +29,6 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
ast!
|
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
minitest
|
minitest
|
||||||
rake
|
rake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user