-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgems.rb
More file actions
37 lines (26 loc) · 633 Bytes
/
gems.rb
File metadata and controls
37 lines (26 loc) · 633 Bytes
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
36
37
# frozen_string_literal: true
# Released under the MIT License.
# Copyright, 2018-2026, 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-md"
gem "rubocop-socketry"
gem "sus-fixtures-async"
gem "sus-fixtures-benchmark"
gem "bake-test"
gem "bake-test-external"
end