feat: add necessary gems to introduce rbs to this repository

To add types, I would like to have help from typeprof to define rbs files for current library code that's why I added both steep and typeprof to Gemfile.
This commit is contained in:
ericgpks 2025-04-28 22:01:16 +09:00
parent cd638f7ec1
commit 3e2ab1258b

View File

@ -5,6 +5,11 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in youplot.gemspec
gemspec
group :development do
gem 'steep', require: false
gem 'typeprof'
end
group :test do
gem 'rake'
gem 'simplecov'