File: gems.rb

package info (click to toggle)
ruby-protocol-http 0.55.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 840 kB
  • sloc: ruby: 6,904; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2025, by Samuel Williams.

source "https://rubygems.org"

# Specify your gem's dependencies in protocol-http.gemspec
gemspec

# gem "async-http", path: "../async-http"

group :maintenance, optional: true do
	gem "bake-modernize"
	gem "bake-gem"
	gem "bake-releases"
	
	gem "agent-context"
	
	gem "utopia-project", "~> 0.18"
end

group :test do
	gem "covered"
	gem "sus"
	gem "decode"
	
	gem "rubocop"
	gem "rubocop-socketry"
	
	gem "sus-fixtures-async"
	
	gem "bake-test"
	gem "bake-test-external"
end