Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/spoom/cli/srb/sigs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class Module; include T::Sig; end
tapioca_context.write!("Gemfile", <<~RB)
source "https://rubygems.org"

gem "rbs", ">= 4.0.0.dev.4"
Copy link
Contributor

@Morriar Morriar Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KaanOzkan Can you add a comment in https://github.com/Shopify/spoom/blob/main/spoom.gemspec#L37 so we don't forget to update this line when we finally bump RBS? 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point #814

gem "tapioca"
gem "#{spec.name}", path: "#{copy_context.absolute_path}"
RB
Expand Down