Skip to content

Commit d2f1659

Browse files
committed
remove parlour gem from Gemfile
When I first introduced sorbet to this project I used parlour to generate an RBI file and work with it. However, now that I'm switching to inline RBS comments for types, I don't think I need it any more. The `spoom` gem is now my go-to for generating an RBI file for inclusion in a gem release
1 parent 65a2658 commit d2f1659

File tree

2 files changed

+0
-2728
lines changed

2 files changed

+0
-2728
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ gemspec
77
gem "sorbet", "0.5.12381"
88
gem "tapioca", "0.17.7", require: false
99
gem "spoom"
10-
gem 'parlour'
1110

1211
# Required by yard. Part of stdlib in older rubies, but on modern rubies it's a gem
1312
gem "webrick"

0 commit comments

Comments
 (0)