Skip to content

Commit 0046519

Browse files
authored
Merge pull request #19763 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-md-2.0.1
build(deps-dev): bump rubocop-md from 2.0.0 to 2.0.1 in /Library/Homebrew
2 parents 5913b80 + d1b23ca commit 0046519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Library/Homebrew/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
rubocop-ast (1.44.1)
9292
parser (>= 3.3.7.2)
9393
prism (~> 1.4)
94-
rubocop-md (2.0.0)
94+
rubocop-md (2.0.1)
9595
lint_roller (~> 1.1)
9696
rubocop (>= 1.72.1)
9797
rubocop-performance (1.25.0)

Library/Homebrew/vendor/bundle/bundler/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def self.extension_api_version
9595
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-emoji-4.0.4/lib")
9696
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-3.1.4/lib")
9797
$:.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")
9999
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.25.0/lib")
100100
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-3.5.0/lib")
101101
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.10.0/lib")

0 commit comments

Comments
 (0)