File: documentation.gemfile

package info (click to toggle)
ruby-oauth2 2.0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,196 kB
  • sloc: ruby: 5,441; javascript: 529; sh: 4; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

# Documentation
gem "kramdown", "~> 2.5", ">= 2.5.1" # Ruby >= 2.5
gem "kramdown-parser-gfm", "~> 1.1" # Ruby >= 2.3
gem "yard", "~> 0.9", ">= 0.9.37", require: false
gem "yard-junk", "~> 0.0", ">= 0.0.10", github: "pboling/yard-junk", branch: "next", require: false
gem "yard-relative_markdown_links", "~> 0.5.0"

# Std Lib extractions
gem "rdoc", "~> 6.11"
gem "yard-fence", "~> 0.4", require: false # Ruby >= 3.2