Skip to content

Commit 9c1ec81

Browse files
committed
chore: yard concern plugin
1 parent add67d7 commit 9c1ec81

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.yardopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
--markup=markdown
2+
--plugin activesupport-concern

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ GEM
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

265267
PLATFORMS
@@ -286,6 +288,7 @@ DEPENDENCIES
286288
sprockets-rails
287289
tzinfo-data
288290
yard
291+
yard-activesupport-concern
289292

290293
RUBY VERSION
291294
ruby 3.3.2p78

jsonapi-resources-anchor.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")
1718
end

0 commit comments

Comments
 (0)