12 lines
170 B
Ruby
12 lines
170 B
Ruby
# frozen_string_literal: true
|
|
source "https://rubygems.org"
|
|
|
|
# Documentation
|
|
gem "rdoc"
|
|
gem "redcarpet"
|
|
gem "thor"
|
|
gem "yard"
|
|
gem "yard-ghpages"
|
|
|
|
# Testing
|
|
gem "rubocop"
|