mirror of
https://github.com/ditkrg/simplecov-json.git
synced 2026-01-22 22:06:46 +00:00
9 lines
157 B
Ruby
9 lines
157 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development do
|
|
gem "mocha", "~> 0.14", :require => false
|
|
gem 'test-unit', '~> 3.3', :require => false
|
|
end
|