# Copyright 2017 Holger Just # # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE.txt file for details. source 'https://rubygems.org' gemspec name: 'rackstash' platforms :mri do # Complete Markdown package for yard gem 'redcarpet' end group :coverage do gem 'coveralls', '~> 0.8.18', require: false gem 'simplecov', require: false end