File: Gemfile

package info (click to toggle)
ruby-connection-pool 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 228 kB
  • sloc: ruby: 1,252; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
8
9
source "https://rubygems.org"

gemspec
gem "benchmark-ips"

group :test do
  gem "maxitest"
  gem "simplecov"
end