Skip to content

Commit

Permalink
Add redcarpet gem to enable GFM syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav (Stas) Katkov committed Jan 24, 2025
1 parent e283230 commit 5fe3ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stepper_motor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-rails"
spec.add_development_dependency "standard", "1.28.5" # Needed for 2.6
spec.add_development_dependency "yard"
# redcarpet is needed for the yard gem to enable Github Flavored Markdown
spec.add_development_dependency "redcarpet"
end

0 comments on commit 5fe3ca8

Please sign in to comment.