File: Gemfile

package info (click to toggle)
ruby-net-http-persistent 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: ruby: 1,703; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- ruby -*-

source "https://rubygems.org/"

gemspec

gem "rake", "~>13.0"
gem "minitest", "~>5.15", :group => [:development, :test]
gem "rdoc", ">=4.0", "<7", :group => [:development, :test]
gem "rake-manifest", "~>0.2"

gem 'net-http-pipeline', '~> 1.0' if ENV['CI_MATRIX'] == 'pipeline'

# vim: syntax=ruby