From 609f00327558e2d571bda9c74180f82bcedd542c Mon Sep 17 00:00:00 2001 From: IkumaTadokoro Date: Mon, 28 Dec 2020 21:10:22 +0900 Subject: [PATCH] =?UTF-8?q?Ruby2.7.1=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B?= =?UTF-8?q?=E3=80=81parser=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 094d8d5..fdbf849 100644 --- a/Gemfile +++ b/Gemfile @@ -58,3 +58,4 @@ end gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'carrierwave' +gem 'parser', '< 2.7.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index e216dbd..d40d2e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM nokogiri (1.10.10) mini_portile2 (~> 2.4.0) parallel (1.20.0) - parser (2.7.2.0) + parser (2.7.1.5) ast (~> 2.4.1) public_suffix (4.0.6) puma (4.3.6) @@ -246,6 +246,7 @@ DEPENDENCIES carrierwave jbuilder (~> 2.7) listen (~> 3.2) + parser (< 2.7.2.0) puma (~> 4.1) rails (~> 6.0.3, >= 6.0.3.4) rubocop-fjord