upgrade parser to avoid conflicts with opal

This commit is contained in:
Torsten Ruger
2016-12-28 20:38:12 +02:00
parent e551732f18
commit fa9807102b
2 changed files with 6 additions and 6 deletions

View File

@ -6,16 +6,16 @@ GIT
GIT
remote: git://github.com/whitequark/ast.git
revision: 3814fb102af82a30bf334005ebe17332744f9dad
revision: 93c43433ec4d4344485eb4ea6f8948925f092af1
branch: master
specs:
ast (2.1.0)
ast (2.3.0)
PATH
remote: .
specs:
salama (0.5.0)
parser (~> 2.2.0)
parser (~> 2.3.0)
salama-object-file (~> 0.3)
GEM
@ -60,8 +60,8 @@ GEM
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
parser (2.3.3.1)
ast (~> 2.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)