From 35a302b36fbd32a76109e93170bf3f8d21bf78ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 21:04:49 +0000 Subject: [PATCH] :arrow_up: Bump ruby_parser from 3.15.1 to 3.16.0 Bumps [ruby_parser](https://github.com/seattlerb/ruby_parser) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/seattlerb/ruby_parser/releases) - [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/ruby_parser/compare/v3.15.1...v3.16.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af01bc7..11928ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,9 +43,9 @@ GEM rubocop-ast (0.8.0) parser (>= 2.7.1.5) ruby-progressbar (1.11.0) - ruby_parser (3.15.1) - sexp_processor (~> 4.9) - sexp_processor (4.15.2) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) + sexp_processor (4.15.3) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11)