We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453f4a4 commit 721677cCopy full SHA for 721677c
Gemfile.lock
@@ -2,7 +2,7 @@ PATH
2
remote: .
3
specs:
4
boba (0.1.6)
5
- sorbet-static-and-runtime (~> 0.5)
+ sorbet-runtime (>= 0.6.12698)
6
tapioca (<= 0.17.9)
7
8
GEM
@@ -318,6 +318,7 @@ DEPENDENCIES
318
rubocop-rspec
319
rubocop-shopify
320
rubocop-sorbet
321
+ sorbet (>= 0.6.12698)
322
sqlite3
323
state_machines
324
boba.gemspec
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
27
28
spec.required_ruby_version = ">= 3.0.0"
29
30
- spec.add_dependency("sorbet-static-and-runtime", "~> 0.5")
+ spec.add_development_dependency("sorbet", ">= 0.6.12698")
31
+ spec.add_dependency("sorbet-runtime", ">= 0.6.12698")
32
spec.add_dependency("tapioca", "<= 0.17.9")
33
end
0 commit comments