Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies #9

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand All @@ -74,14 +74,14 @@ GEM
mutex_m (0.2.0)
netrc (0.11.0)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
prism (0.30.0)
psych (5.1.2)
stringio
racc (1.8.0)
rack (3.1.6)
rack (3.1.7)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.1.13)
Expand All @@ -94,20 +94,20 @@ GEM
io-console (~> 0.5)
rexml (3.3.1)
strscan
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.1)
Expand All @@ -127,23 +127,23 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11466)
sorbet-static (= 0.5.11466)
sorbet-runtime (0.5.11466)
sorbet-static (0.5.11466-aarch64-linux)
sorbet-static (0.5.11466-universal-darwin)
sorbet-static (0.5.11466-x86_64-linux)
sorbet-static-and-runtime (0.5.11466)
sorbet (= 0.5.11466)
sorbet-runtime (= 0.5.11466)
spoom (1.3.2)
sorbet (0.5.11481)
sorbet-static (= 0.5.11481)
sorbet-runtime (0.5.11481)
sorbet-static (0.5.11481-aarch64-linux)
sorbet-static (0.5.11481-universal-darwin)
sorbet-static (0.5.11481-x86_64-linux)
sorbet-static-and-runtime (0.5.11481)
sorbet (= 0.5.11481)
sorbet-runtime (= 0.5.11481)
spoom (1.3.3)
erubi (>= 1.10.0)
prism (>= 0.19.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.1)
strscan (3.1.0)
tapioca (0.15.0)
tapioca (0.15.1)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -185,4 +185,4 @@ DEPENDENCIES
tapioca

BUNDLED WITH
2.5.9
2.5.15
6 changes: 3 additions & 3 deletions grape_sorbet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_runtime_dependency("activesupport")
spec.add_runtime_dependency("grape", "~> 2.0")
spec.add_runtime_dependency("sorbet-runtime", "~> 0.5.10741")
spec.add_dependency("activesupport")
spec.add_dependency("grape", "~> 2.0")
spec.add_dependency("sorbet-runtime", "~> 0.5.10741")

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down
10 changes: 5 additions & 5 deletions sorbet/rbi/gems/[email protected]

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

28 changes: 15 additions & 13 deletions sorbet/rbi/gems/[email protected]

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

2 changes: 1 addition & 1 deletion sorbet/rbi/gems/[email protected]

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

28 changes: 15 additions & 13 deletions sorbet/rbi/gems/[email protected]

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

File renamed without changes.
Loading