diff --git a/sig/rake.rbs b/sig/rake.rbs deleted file mode 100644 index fbdfc7f..0000000 --- a/sig/rake.rbs +++ /dev/null @@ -1,6 +0,0 @@ -module Rake - class TaskLib - def desc: (String) -> void - def task: (Hash[Symbol, Symbol | Array[Symbol]]) ?{ () -> void } -> void - end -end diff --git a/test/app/Gemfile b/test/app/Gemfile index 170dd52..df050b1 100644 --- a/test/app/Gemfile +++ b/test/app/Gemfile @@ -15,4 +15,7 @@ gem 'base64' gem 'bigdecimal' gem 'mutex_m' +# They are bundled gems since Ruby 3.5 +gem 'benchmark' + gem 'rbs_rails', path: '../../' diff --git a/test/app/Gemfile.lock b/test/app/Gemfile.lock index 475c496..88c26f2 100644 --- a/test/app/Gemfile.lock +++ b/test/app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - rbs_rails (0.12.0) + rbs_rails (0.12.1) parser rbs (>= 1) @@ -70,6 +70,7 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) + benchmark (0.4.0) bigdecimal (3.1.8) bootsnap (1.18.4) msgpack (~> 1.2) @@ -176,6 +177,7 @@ PLATFORMS DEPENDENCIES base64 bcrypt + benchmark bigdecimal bootsnap mutex_m