File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11--markup = markdown
2+ --plugin activesupport-concern
Original file line number Diff line number Diff line change 260260 websocket-extensions (>= 0.1.0 )
261261 websocket-extensions (0.1.5 )
262262 yard (0.9.37 )
263+ yard-activesupport-concern (0.0.1 )
264+ yard (>= 0.8 )
263265 zeitwerk (2.6.18 )
264266
265267PLATFORMS
@@ -286,6 +288,7 @@ DEPENDENCIES
286288 sprockets-rails
287289 tzinfo-data
288290 yard
291+ yard-activesupport-concern
289292
290293RUBY VERSION
291294 ruby 3.3.2p78
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ Gem::Specification.new do |s|
1414 s . add_dependency ( "rails" , ">= 7.0" )
1515 s . add_development_dependency ( "rspec-rails" , "~> 7.0" )
1616 s . add_development_dependency ( "yard" )
17+ s . add_development_dependency ( "yard-activesupport-concern" )
1718end
You can’t perform that action at this time.
0 commit comments