Skip to content

Commit

Permalink
[dist] Update parser and ast gems
Browse files Browse the repository at this point in the history
to get rid of deprecation warnings.
This needs to get updated manually as it is an indirect dependency depfu currently does not pick up.
  • Loading branch information
ChrisBr committed Feb 8, 2018
1 parent ffb4418 commit 932632a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
rake (>= 10.4, < 13.0)
ansi (1.5.0)
arel (8.0.0)
ast (2.3.0)
ast (2.4.0)
bcrypt (3.1.11)
builder (3.2.3)
bullet (5.7.0)
Expand Down Expand Up @@ -219,8 +219,8 @@ GEM
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
parser (2.4.0.2)
ast (~> 2.3)
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
Expand Down

0 comments on commit 932632a

Please sign in to comment.