mirror of https://github.com/rails/rails
Downgrade parser to work correctly with Ruby 2.5
This commit is contained in:
parent
f64f0a3471
commit
470598fbef
|
@ -349,7 +349,7 @@ GEM
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
os (1.0.1)
|
os (1.0.1)
|
||||||
parallel (1.19.1)
|
parallel (1.19.1)
|
||||||
parser (2.7.0.0)
|
parser (2.6.5.0)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
path_expander (1.1.0)
|
path_expander (1.1.0)
|
||||||
pg (1.2.0)
|
pg (1.2.0)
|
||||||
|
|
Loading…
Reference in New Issue