diff --git a/Gemfile b/Gemfile index 24dd893..8179f1b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gem 'numo-linalg', '>= 0.1.4' gem 'parallel', '>= 1.17.0' gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.0' +gem 'rbs', '~> 1.2' gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.0' gem 'rubocop-performance', '~> 1.8' @@ -15,3 +16,4 @@ gem 'rubocop-rake', '~> 0.5' gem 'rubocop-rspec', '~> 2.0' gem 'simplecov', '~> 0.21' gem 'simplecov-lcov', '~> 0.8' +gem 'steep', '~> 0.44'