mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-24 20:53:02 +00:00
Move test gems to group
This commit is contained in:
parent
acac96a898
commit
27d731497c
1 changed files with 6 additions and 9 deletions
15
Gemfile
15
Gemfile
|
@ -4,12 +4,9 @@ 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"
|
||||
group :test do
|
||||
gem "simplecov", "~> 0.17.1"
|
||||
gem "simplecov-rcov", "~> 0.2.3"
|
||||
gem "rake", "~> 13.0"
|
||||
gem "test-unit", "~> 3.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue