File: Gemfile

package info (click to toggle)
ruby-mustache 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: ruby: 2,712; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
source "https://rubygems.org"

gemspec

group :test do
  gem "simplecov"
  gem "codeclimate-test-reporter", "~> 1.0.0"
end