sapling/Gemfile
2017-10-14 22:36:43 -04:00

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"