Skip to content

Commit

Permalink
fix concern yard doc problem
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Aug 8, 2018
1 parent 8d40dde commit 406280d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--plugin activesupport-concern
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ group :development, :test do
gem 'database_cleaner'
gem 'simplecov', require: false
gem 'yard', '~> 0.9.14'
gem 'yard-activesupport-concern'
end

group :development do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ GEM
xpath (3.1.0)
nokogiri (~> 1.8)
yard (0.9.14)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)

PLATFORMS
ruby
Expand Down Expand Up @@ -341,6 +343,7 @@ DEPENDENCIES
web-console (>= 3.3.0)
webmock (~> 3.4, >= 3.4.2)
yard (~> 0.9.14)
yard-activesupport-concern

RUBY VERSION
ruby 2.5.1p57
Expand Down

0 comments on commit 406280d

Please sign in to comment.