-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGemfile
More file actions
27 lines (21 loc) · 528 Bytes
/
Copy pathGemfile
File metadata and controls
27 lines (21 loc) · 528 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
# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in sorbet-schema.gemspec
gemspec
group :development do
gem "benchmark-ips"
gem "rake"
gem "standard"
gem "standard-performance"
gem "standard-sorbet"
gem "sorbet"
gem "tapioca", "~> 0.16.6", require: false
end
group :development, :test do
gem "bigdecimal" # used for testing un-matched coercer
gem "minitest"
gem "minitest-focus"
gem "minitest-reporters"
gem "debug"
gem "sorbet-struct-comparable"
end