We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8aba6 commit 21c9cd9Copy full SHA for 21c9cd9
1 file changed
Gemfile
@@ -23,5 +23,6 @@ if ENV['GEMFILE_RBS_VERSION']
23
gem 'rbs', github: 'ruby/rbs'
24
else
25
gem 'rbs', ENV['GEMFILE_RBS_VERSION']
26
+ gem 'logger' # ruby >= 4.0 && rbs <= 3.5
27
end
28
0 commit comments