diff --git a/Gemfile b/Gemfile index b8d551c..3bcc011 100644 --- a/Gemfile +++ b/Gemfile @@ -201,7 +201,7 @@ group :development do gem 'web-console', '~> 4.2' # A Ruby parser written in pure Ruby. - gem 'parser', '~> 3.1', '>= 3.1.2.0' + gem 'parser', '~> 3.2' # Code style checking and code formatting tool gem 'rubocop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bb9ae4d..1c43e3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM pagy (5.10.1) activesupport parallel (1.22.1) - parser (3.1.2.0) + parser (3.2.1.0) ast (~> 2.4.1) pg (1.4.2) pg_query (2.1.3) @@ -664,7 +664,7 @@ DEPENDENCIES open-uri (~> 0.2.0) overcommit (~> 0.59.1) pagy (~> 5.10, >= 5.10.1) - parser (~> 3.1, >= 3.1.2.0) + parser (~> 3.2) pg (~> 1.1) pg_query pghero (~> 2.8, >= 2.8.3)