switch back to white quarks ast since he merged
This commit is contained in:
parent
501da4d922
commit
3d36fd1746
1
Gemfile
1
Gemfile
@ -1,6 +1,7 @@
|
|||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gem "salama" , :path => "."
|
gem "salama" , :path => "."
|
||||||
|
gem "ast" , :github => "whitequark/ast"
|
||||||
|
|
||||||
gem "rake"
|
gem "rake"
|
||||||
|
|
||||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -18,6 +18,12 @@ GIT
|
|||||||
ast (~> 2.1.0)
|
ast (~> 2.1.0)
|
||||||
parslet (~> 1.7.0)
|
parslet (~> 1.7.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/whitequark/ast.git
|
||||||
|
revision: 82e280fe0f9d528a581721d02d22d1fbf3755142
|
||||||
|
specs:
|
||||||
|
ast (2.1.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
@ -28,7 +34,6 @@ PATH
|
|||||||
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)
|
||||||
@ -91,6 +96,7 @@ PLATFORMS
|
|||||||
x64-mingw32
|
x64-mingw32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
ast!
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
guard
|
guard
|
||||||
guard-minitest
|
guard-minitest
|
||||||
@ -102,4 +108,4 @@ DEPENDENCIES
|
|||||||
salama-reader!
|
salama-reader!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.5
|
1.10.6
|
||||||
|
Loading…
Reference in New Issue
Block a user