File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
rubocop-ast (1.44.1 )
92
92
parser (>= 3.3.7.2 )
93
93
prism (~> 1.4 )
94
- rubocop-md (2.0.0 )
94
+ rubocop-md (2.0.1 )
95
95
lint_roller (~> 1.1 )
96
96
rubocop (>= 1.72.1 )
97
97
rubocop-performance (1.25.0 )
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def self.extension_api_version
95
95
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/unicode-emoji-4.0.4/lib" )
96
96
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/unicode-display_width-3.1.4/lib" )
97
97
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-1.75.2/lib" )
98
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-md-2.0.0 /lib" )
98
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-md-2.0.1 /lib" )
99
99
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-performance-1.25.0/lib" )
100
100
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-rspec-3.5.0/lib" )
101
101
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/rubocop-sorbet-0.10.0/lib" )
You can’t perform that action at this time.
0 commit comments