Skip to content

Commit 3e2ab12

Browse files
committed
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.
1 parent cd638f7 commit 3e2ab12

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ source 'https://rubygems.org'
55
# Specify your gem's dependencies in youplot.gemspec
66
gemspec
77

8+
group :development do
9+
gem 'steep', require: false
10+
gem 'typeprof'
11+
end
12+
813
group :test do
914
gem 'rake'
1015
gem 'simplecov'

0 commit comments

Comments
 (0)