jekyll-analytics/Gemfile

13 lines
269 B
Text
Raw Permalink Normal View History

2019-10-19 23:01:46 +02:00
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
2019-12-04 13:31:53 +01:00
group :test do
gem "simplecov", "~> 0.17.1"
gem "simplecov-rcov", "~> 0.2.3"
gem "rake", "~> 13.0"
gem "test-unit", "~> 3.3"
end