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 ed87fb3
Show file tree
Hide file tree
Showing 48 changed files with 28,095 additions and 9,894 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

source "https://rubygems.org"

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"
gem "sorbet-static-and-runtime", "0.5.11670"
gem "tapioca", "~> 0.15.1", require: false
gem "syntax_tree", "~> 6.2", require: false

Expand Down
46 changes: 10 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
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)
Expand All @@ -39,15 +21,11 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
lumberjack (1.2.10)
method_source (1.1.0)
minitest (5.25.1)
nenv (0.3.0)
netrc (0.11.0)
notiffany (0.1.3)
Expand Down Expand Up @@ -83,20 +61,19 @@ GEM
sorbet-runtime
rspec-support (3.13.1)
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 All @@ -114,8 +91,6 @@ GEM
thor (>= 1.2.0)
yard-sorbet
thor (1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
yard (0.9.36)
yard-sorbet (0.9.0)
sorbet-runtime
Expand All @@ -126,14 +101,13 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport
guard
guard-rspec
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)
sorbet-static-and-runtime (= 0.5.11670)
syntax_tree (~> 6.2)
tapioca (~> 0.15.1)

Expand Down
2 changes: 1 addition & 1 deletion examples/sinatra-pet-shelter/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "json"
gem "resource_registry",
github: "factorialco/resource-registry",
branch: "adding-example-app"
branch: "chore/update-sorbet-version-and-fixes"
gem "sinatra"
gem "sinatra-contrib"
gem "tapioca", "~> 0.15.1", require: false
Expand Down
56 changes: 41 additions & 15 deletions examples/sinatra-pet-shelter/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,48 @@
GIT
remote: https://github.com/factorialco/resource-registry.git
revision: 2b73ddd272417ca8026e5f13e1103b4c72897824
branch: adding-example-app
revision: a621f442492ec55ad4433a710dd90217bf59a516
branch: chore/update-sorbet-version-and-fixes
specs:
resource_registry (0.0.0)
dry-inflector (= 1.1.0)
sorbet-coerce (>= 0.2.6)
sorbet-runtime (= 0.5.11609)
activesupport (~> 7.1.3)
sorbet-coerce (~> 0.2.6)
sorbet-runtime (= 0.5.11670)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.5)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
dry-inflector (1.1.0)
drb (2.2.1)
erubi (1.13.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
logger (1.6.1)
method_source (1.1.0)
minitest (5.25.2)
multi_json (1.15.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
mutex_m (0.3.0)
netrc (0.11.0)
parallel (1.26.3)
polyfill (1.9.0)
Expand Down Expand Up @@ -52,6 +74,7 @@ GEM
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
safe_type (1.1.1)
securerandom (0.3.2)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
Expand All @@ -63,18 +86,19 @@ GEM
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
tilt (~> 2.0)
sorbet (0.5.11609)
sorbet-static (= 0.5.11609)
sorbet-coerce (0.7.0)
sorbet (0.5.11670)
sorbet-static (= 0.5.11670)
sorbet-coerce (0.2.7)
polyfill (~> 1.8)
safe_type (~> 1.1, >= 1.1.1)
sorbet (>= 0.4.4704)
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 All @@ -91,6 +115,8 @@ GEM
yard-sorbet
thor (1.3.2)
tilt (2.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
yard (0.9.37)
yard-sorbet (0.9.0)
sorbet-runtime
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.

Loading

0 comments on commit ed87fb3

Please sign in to comment.