mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Add redcarpet
gem.
This commit is contained in:
parent
caf87c0336
commit
9b6fb3d4df
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,6 +107,7 @@
|
|||||||
**/vendor/bundle/ruby/*/gems/rainbow-*/
|
**/vendor/bundle/ruby/*/gems/rainbow-*/
|
||||||
**/vendor/bundle/ruby/*/gems/rbi-*/
|
**/vendor/bundle/ruby/*/gems/rbi-*/
|
||||||
**/vendor/bundle/ruby/*/gems/rdoc-*/
|
**/vendor/bundle/ruby/*/gems/rdoc-*/
|
||||||
|
**/vendor/bundle/ruby/*/gems/redcarpet-*/
|
||||||
**/vendor/bundle/ruby/*/gems/regexp_parser-*/
|
**/vendor/bundle/ruby/*/gems/regexp_parser-*/
|
||||||
**/vendor/bundle/ruby/*/gems/rexml-*/
|
**/vendor/bundle/ruby/*/gems/rexml-*/
|
||||||
**/vendor/bundle/ruby/*/gems/rspec-*/
|
**/vendor/bundle/ruby/*/gems/rspec-*/
|
||||||
|
@ -16,9 +16,9 @@ end
|
|||||||
# installed gems (should all be require: false)
|
# installed gems (should all be require: false)
|
||||||
# ALL gems that are not vendored should be in a group
|
# ALL gems that are not vendored should be in a group
|
||||||
group :doc, optional: true do
|
group :doc, optional: true do
|
||||||
|
gem "redcarpet", require: false
|
||||||
gem "yard", require: false
|
gem "yard", require: false
|
||||||
gem "yard-sorbet", require: false
|
gem "yard-sorbet", require: false
|
||||||
gem "redcarpet", require: false
|
|
||||||
end
|
end
|
||||||
group :ast, optional: true do
|
group :ast, optional: true do
|
||||||
gem "rubocop-ast", require: false
|
gem "rubocop-ast", require: false
|
||||||
|
@ -53,6 +53,7 @@ GEM
|
|||||||
rbi (0.1.12)
|
rbi (0.1.12)
|
||||||
prism (>= 0.18.0, < 0.28)
|
prism (>= 0.18.0, < 0.28)
|
||||||
sorbet-runtime (>= 0.5.9204)
|
sorbet-runtime (>= 0.5.9204)
|
||||||
|
redcarpet (3.6.0)
|
||||||
regexp_parser (2.9.0)
|
regexp_parser (2.9.0)
|
||||||
rexml (3.2.6)
|
rexml (3.2.6)
|
||||||
rspec (3.13.0)
|
rspec (3.13.0)
|
||||||
@ -175,6 +176,7 @@ DEPENDENCIES
|
|||||||
patchelf
|
patchelf
|
||||||
plist
|
plist
|
||||||
pry
|
pry
|
||||||
|
redcarpet
|
||||||
rexml
|
rexml
|
||||||
rspec
|
rspec
|
||||||
rspec-github
|
rspec-github
|
||||||
|
8
Library/Homebrew/sorbet/rbi/gems/redcarpet@3.6.0.rbi
Normal file
8
Library/Homebrew/sorbet/rbi/gems/redcarpet@3.6.0.rbi
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `redcarpet` gem.
|
||||||
|
# Please instead update this file by running `bin/tapioca gem redcarpet`.
|
||||||
|
|
||||||
|
# THIS IS AN EMPTY RBI FILE.
|
||||||
|
# see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
|
@ -71,6 +71,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-0.27.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-0.27.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.14.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.14.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.1.12/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.1.12/lib")
|
||||||
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/redcarpet-3.6.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.13.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.13.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.13.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.13.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.13.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.13.0/lib")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user