From 92434f7fceafb14aca0accb124c4bd7f0ccd2640 Mon Sep 17 00:00:00 2001 From: yoshoku Date: Sun, 11 Jul 2021 18:09:31 +0900 Subject: [PATCH] :wrench: Add rbs and steep gems --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) 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'