Skip to content

Commit

Permalink
chore: update sorbet version and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobq committed Nov 27, 2024
1 parent 5257b58 commit 9184d49
Show file tree
Hide file tree
Showing 47 changed files with 28,064 additions and 9,859 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "activesupport"
gem "rspec"
gem "rspec-json_expectations"
gem "rspec-sorbet", "~> 1.9.2"
gem "sorbet-coerce", ">= 0.2.6"
gem "sorbet-static-and-runtime", ">= 0.5.11609"
gem "sorbet-coerce", "~> 0.7.0"
gem "sorbet-static-and-runtime", "0.5.11670"
gem "tapioca", "~> 0.15.1", require: false
gem "syntax_tree", "~> 6.2", require: false

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@ GEM
safe_type (1.1.1)
securerandom (0.3.1)
shellany (0.0.1)
sorbet (0.5.11609)
sorbet-static (= 0.5.11609)
sorbet (0.5.11670)
sorbet-static (= 0.5.11670)
sorbet-coerce (0.7.0)
polyfill (~> 1.8)
safe_type (~> 1.1, >= 1.1.1)
sorbet-runtime (>= 0.4.4704)
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)
sorbet-runtime (0.5.11670)
sorbet-static (0.5.11670-universal-darwin)
sorbet-static (0.5.11670-x86_64-linux)
sorbet-static-and-runtime (0.5.11670)
sorbet (= 0.5.11670)
sorbet-runtime (= 0.5.11670)
spoom (1.4.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down Expand Up @@ -132,8 +132,8 @@ DEPENDENCIES
rspec
rspec-json_expectations
rspec-sorbet (~> 1.9.2)
sorbet-coerce (>= 0.2.6)
sorbet-static-and-runtime (>= 0.5.11609)
sorbet-coerce (~> 0.7.0)
sorbet-static-and-runtime (= 0.5.11670)
syntax_tree (~> 6.2)
tapioca (~> 0.15.1)

Expand Down
18 changes: 9 additions & 9 deletions examples/sinatra-pet-shelter/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GIT
resource_registry (0.0.0)
dry-inflector (= 1.1.0)
sorbet-coerce (>= 0.2.6)
sorbet-runtime (= 0.5.11609)
sorbet-runtime (= 0.5.11670)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -63,18 +63,18 @@ GEM
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
tilt (~> 2.0)
sorbet (0.5.11609)
sorbet-static (= 0.5.11609)
sorbet (0.5.11670)
sorbet-static (= 0.5.11670)
sorbet-coerce (0.7.0)
polyfill (~> 1.8)
safe_type (~> 1.1, >= 1.1.1)
sorbet-runtime (>= 0.4.4704)
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)
sorbet-runtime (0.5.11670)
sorbet-static (0.5.11670-universal-darwin)
sorbet-static (0.5.11670-x86_64-linux)
sorbet-static-and-runtime (0.5.11670)
sorbet (= 0.5.11670)
sorbet-runtime (= 0.5.11670)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions examples/sinatra-pet-shelter/sorbet/rbi/gems/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/sinatra-pet-shelter/sorbet/rbi/gems/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions lib/resource_registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
require "public/versions"
require "public/versions/version"
require "public/entity_finder"
require "public/resource_struct_builder"
require "public/registry"
require "public/serializer"
require "public/repositories/base"
require "schema_registry/registry"
require "schema_registry/json_schema_mapper"
require "schema_registry/maybe"
require "schema_registry/generate_from_struct"
require "runtime_generic"
require "public/resource_struct_builder"
require "public/registry"

# Entry point for ResourceRegistry
module ResourceRegistry
Expand Down
Loading

0 comments on commit 9184d49

Please sign in to comment.