Update parser so it stops warning when using Ruby 2.7.3

This commit is contained in:
Eric Schultz 2021-05-28 11:18:55 -05:00 committed by Eric Schultz
parent eaa2b40499
commit 0f06f700cc
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@ GEM
racc (~> 1.4) racc (~> 1.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.20.1) parallel (1.20.1)
parser (3.0.0.0) parser (3.0.1.1)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.2.3) pg (1.2.3)
power_assert (1.2.0) power_assert (1.2.0)

View file

@ -3548,7 +3548,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------ ------
** parser; version 3.0.0.0 -- ** parser; version 3.0.1.1 --
Copyright (c) 2013-2016 Copyright (c) 2013-2016
Copyright (c) Ryan Davis, seattle.rb Copyright (c) Ryan Davis, seattle.rb