# encoding: utf-8 # # This file is part of the devdnsd gem. Copyright (C) 2013 and above Shogun . # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # source "http://rubygems.org" gemspec # Testing gem "rspec", "~> 3.4" gem "rake", "~> 11.0" # Documentation gem "simplecov", "~> 0.11" gem "coveralls", "~> 0.8", require: false gem "pry", "~> 0.10" gem "yard", "~> 0.8" gem "kramdown", "~> 1.10" gem "github-markup", "~> 1.4" gem "rubocop", "~> 0.39"