diff --git a/Gemfile b/Gemfile index 82fb13792..ca3cc6f1e 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,7 @@ group :libs do gem "dbm" gem "mutex_m" gem "nkf" + gem "pathname" end group :profilers do diff --git a/Gemfile.lock b/Gemfile.lock index 734ce72bb..ecad8a786 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,6 +71,7 @@ GEM parser (3.3.7.0) ast (~> 2.4.1) racc + pathname (0.4.0) power_assert (2.0.5) pstore (0.1.4) psych (4.0.6) @@ -177,6 +178,7 @@ DEPENDENCIES net-smtp nkf ostruct + pathname pstore raap rake diff --git a/core/gc.rbs b/core/gc.rbs index 0fd4512e2..8a4b73dbf 100644 --- a/core/gc.rbs +++ b/core/gc.rbs @@ -111,7 +111,7 @@ module GC # `:HAVE_FINALIZE` # : # - def self.raw_data: () -> Array[Hash[Symbol, untyped]] + def self.raw_data: () -> Array[Hash[Symbol, untyped]]? #