mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-13 23:57:14 +00:00
15 lines
260 B
Ruby
15 lines
260 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"
|
|
|
|
gem "test-unit", "~> 3.3"
|