sapling/Gemfile
2017-05-06 17:41:40 -04:00

11 lines
159 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# Documentation
gem "rdoc"
gem "redcarpet"
gem "yard"
gem "yard-ghpages"
# Testing
gem "rubocop"