fix gemfile
This commit is contained in:
parent
0df098ef7d
commit
20796dce66
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ gem "rake"
|
|||||||
|
|
||||||
gem "salama-reader" , :path => "."
|
gem "salama-reader" , :path => "."
|
||||||
gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme"
|
gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme"
|
||||||
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.
|
||||||
|
@ -11,14 +11,10 @@ PATH
|
|||||||
salama-reader (0.2.0)
|
salama-reader (0.2.0)
|
||||||
citrus (~> 3.0.3)
|
citrus (~> 3.0.3)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../ast
|
|
||||||
specs:
|
|
||||||
ast (2.1.0)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
ast (2.1.0)
|
||||||
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)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
@ -36,7 +32,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
ast!
|
ast
|
||||||
citrus!
|
citrus!
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
minitest
|
minitest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user