jekyll-analytics/Gemfile
Hendrik Schneider 65044ae4a6 fix Gemfile
2019-10-19 23:01:46 +02:00

13 lines
233 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "simplecov", "~> 0.17.1"
gem "simplecov-rcov", "~> 0.2.3"
gem "rake", "~> 13.0"