🔧 Add rbs and steep gems
This commit is contained in:
parent
d3e9ac1658
commit
92434f7fce
2
Gemfile
2
Gemfile
|
@ -8,6 +8,7 @@ gem 'numo-linalg', '>= 0.1.4'
|
||||||
gem 'parallel', '>= 1.17.0'
|
gem 'parallel', '>= 1.17.0'
|
||||||
gem 'rake', '~> 13.0'
|
gem 'rake', '~> 13.0'
|
||||||
gem 'rake-compiler', '~> 1.0'
|
gem 'rake-compiler', '~> 1.0'
|
||||||
|
gem 'rbs', '~> 1.2'
|
||||||
gem 'rspec', '~> 3.0'
|
gem 'rspec', '~> 3.0'
|
||||||
gem 'rubocop', '~> 1.0'
|
gem 'rubocop', '~> 1.0'
|
||||||
gem 'rubocop-performance', '~> 1.8'
|
gem 'rubocop-performance', '~> 1.8'
|
||||||
|
@ -15,3 +16,4 @@ gem 'rubocop-rake', '~> 0.5'
|
||||||
gem 'rubocop-rspec', '~> 2.0'
|
gem 'rubocop-rspec', '~> 2.0'
|
||||||
gem 'simplecov', '~> 0.21'
|
gem 'simplecov', '~> 0.21'
|
||||||
gem 'simplecov-lcov', '~> 0.8'
|
gem 'simplecov-lcov', '~> 0.8'
|
||||||
|
gem 'steep', '~> 0.44'
|
||||||
|
|
Loading…
Reference in New Issue