Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
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.

Let's wait until soutaro/steep#2114 is published.

  • though it's already merged, but steep 1.11.0 is not released yet.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development, :test do
gem 'irb', '~> 1.17.0'
gem 'rack', '~> 3.1' # for yard server
gem 'rackup', '~> 2.1' # for yard server
gem 'rbs', '~> 3.10.0'
gem 'rbs', '~> 4.0.0'
gem 'redcarpet', '~> 3.6.0'
gem 'rubocop', '~> 1.86.0', require: false
gem 'steep', '~> 1.10.0'
Expand Down
Loading