Skip to content
Closed
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
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ group :development do
# The latest version of rubocop is only compatible with Ruby 2.7+
gem "rubocop", "1.57.2" if RUBY_VERSION >= "2.7"

gem "sorbet"
gem "tapioca"
gem "sorbet", require: false
gem "tapioca", require: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Any reason we want this extra changes instead of using what is in #1549 for the beta branch?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this was just for testing CI, ignore this branch


platforms :mri do
gem "byebug"
gem "pry"
gem "pry-byebug"
end

platforms :jruby do
gem "rbi", "0.2.4"
end
end