File: Gemfile

package info (click to toggle)
ruby-enumerable-statistics 2.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: ruby: 2,273; ansic: 2,033; javascript: 408; makefile: 8; sh: 4
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'

# Specify your gem's dependencies in enumerable-statistics.gemspec
gemspec

gem "benchmark-driver"
gem "bundler"
gem "fuubar"
gem "rake"
gem "rake-compiler", ">= 0.9.8"
gem "rspec", ">= 3.4"
gem "test-unit"
gem "yard"