File: Gemfile

package info (click to toggle)
ruby-buff-ignore 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 164 kB
  • sloc: ruby: 183; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
source 'https://rubygems.org'
gemspec

group :workstation do
  gem 'yard',      '~> 0.8'
  gem 'redcarpet', '~> 3.0'
end