1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Downgrade parser to work correctly with Ruby 2.5

This commit is contained in:
Rafael Mendonça França 2019-12-27 15:49:20 -03:00
parent f64f0a3471
commit 470598fbef
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -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)