File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
prism (~> 1.0 )
53
53
rbs (>= 3.4.4 )
54
54
sorbet-runtime (>= 0.5.9204 )
55
- rbs (3.9.2 )
55
+ rbs (3.9.3 )
56
56
logger
57
57
redcarpet (3.6.1 )
58
58
regexp_parser (2.10.0 )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ def self.extension_api_version
76
76
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /pycall-1.5.2" )
77
77
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/pycall-1.5.2/lib" )
78
78
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rainbow-3.1.1/lib" )
79
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /rbs-3.9.2 " )
80
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rbs-3.9.2 /lib" )
79
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /rbs-3.9.3 " )
80
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rbs-3.9.3 /lib" )
81
81
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/sorbet-runtime-0.5.12079/lib" )
82
82
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rbi-0.3.2/lib" )
83
83
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /redcarpet-3.6.1" )
You can’t perform that action at this time.
0 commit comments