hopefully fix travis issue
This commit is contained in:
parent
d38a9c626f
commit
9ca03ef115
2
Gemfile
2
Gemfile
@ -5,7 +5,7 @@ gem "rake"
|
|||||||
gem "soml-parser" , :path => "."
|
gem "soml-parser" , :path => "."
|
||||||
|
|
||||||
# use this for debugging, the printout is better (cut/paste)
|
# use this for debugging, the printout is better (cut/paste)
|
||||||
gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect
|
gem "ast" #, :github => "dancinglightning/ast" , :branch => :new_inspect
|
||||||
#gem "ast"
|
#gem "ast"
|
||||||
|
|
||||||
# Add dependencies to develop your gem here.
|
# Add dependencies to develop your gem here.
|
||||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -1,10 +1,3 @@
|
|||||||
GIT
|
|
||||||
remote: git://github.com/dancinglightning/ast.git
|
|
||||||
revision: a9bc29377a94d2194e92596aceb9be7c7db4c8f8
|
|
||||||
branch: new_inspect
|
|
||||||
specs:
|
|
||||||
ast (2.1.0)
|
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
@ -15,6 +8,7 @@ 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)
|
||||||
@ -34,7 +28,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
ast!
|
ast
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
minitest
|
minitest
|
||||||
rake
|
rake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user