sapling/Gemfile

13 lines
170 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
gem "rubocop"