Skip to content

Commit

Permalink
We need yard in prod to parse docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 28, 2023
1 parent 8190cb0 commit 243f892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ gem 'aws-sdk-s3'
gem 'rake'
gem 'rrrretry'

# Parse Ruby documentation
gem 'yard', '~> 0.9.28'

group :development do
gem 'foreman'
gem 'listen'
gem 'memory_profiler'
gem 'web-console'
gem 'yard', '~> 0.9.28'
end

group :test do
Expand Down

0 comments on commit 243f892

Please sign in to comment.