Skip to content

Commit

Permalink
chore: update sorbet version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobq committed Oct 21, 2024
1 parent 6bbde82 commit e2f9c8c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rspec'
gem 'rspec-json_expectations', require: true
gem 'rspec-sorbet', '~> 1.9.2'
gem 'sorbet-coerce', '>= 0.2.6'
gem 'sorbet-static-and-runtime', '>= 0.5.11511'
gem 'sorbet-static-and-runtime', '>= 0.5.11609'
gem 'tapioca', '~> 0.15.1', require: false

gem 'guard'
Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GEM
diff-lcs (1.5.1)
drb (2.2.1)
erubi (1.12.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
guard (2.18.1)
Expand Down Expand Up @@ -81,17 +82,18 @@ GEM
safe_type (1.1.1)
securerandom (0.3.1)
shellany (0.0.1)
sorbet (0.5.11531)
sorbet-static (= 0.5.11531)
sorbet (0.5.11609)
sorbet-static (= 0.5.11609)
sorbet-coerce (0.7.0)
polyfill (~> 1.8)
safe_type (~> 1.1, >= 1.1.1)
sorbet-runtime (>= 0.4.4704)
sorbet-runtime (0.5.11531)
sorbet-static (0.5.11531-x86_64-linux)
sorbet-static-and-runtime (0.5.11531)
sorbet (= 0.5.11531)
sorbet-runtime (= 0.5.11531)
sorbet-runtime (0.5.11609)
sorbet-static (0.5.11609-universal-darwin)
sorbet-static (0.5.11609-x86_64-linux)
sorbet-static-and-runtime (0.5.11609)
sorbet (= 0.5.11609)
sorbet-runtime (= 0.5.11609)
spoom (1.4.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand All @@ -115,6 +117,7 @@ GEM
yard

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -125,7 +128,7 @@ DEPENDENCIES
rspec-json_expectations
rspec-sorbet (~> 1.9.2)
sorbet-coerce (>= 0.2.6)
sorbet-static-and-runtime (>= 0.5.11511)
sorbet-static-and-runtime (>= 0.5.11609)
tapioca (~> 0.15.1)

BUNDLED WITH
Expand Down

0 comments on commit e2f9c8c

Please sign in to comment.