sapling/Gemfile

14 lines
185 B
Text
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
2017-05-06 21:41:40 +00:00
# Documentation
gem "rdoc"
gem "redcarpet"
2017-10-15 02:36:43 +00:00
gem "thor"
gem "yard"
gem "yard-ghpages"
2017-05-06 21:41:40 +00:00
# Testing
2017-10-19 01:48:03 +00:00
gem "minitest"
2017-05-06 21:41:40 +00:00
gem "rubocop"