Skip to content

Commit

Permalink
Bumping rbs-inline
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Jan 13, 2025
1 parent a49e126 commit 8cad59a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "rake", "~> 13.0"

gem "test-unit", "~> 3.0"

gem "rbs-inline", "~> 0.9.0", :require => false
gem "rbs-inline", "~> 0.10.0", :require => false
gem "steep", ">= 1.8.1"

gem "ruby-prof"
gem "ruby-prof"
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
logger (1.6.5)
minitest (5.25.1)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
prism (1.0.0)
prism (1.2.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -58,8 +58,8 @@ GEM
ffi (~> 1.0)
rbs (3.7.0)
logger
rbs-inline (0.9.0)
prism (>= 0.29, < 1.1)
rbs-inline (0.10.0)
prism (>= 0.29, < 1.3)
rbs (>= 3.5.0)
ruby-prof (1.7.1)
securerandom (0.3.1)
Expand Down Expand Up @@ -102,7 +102,7 @@ PLATFORMS

DEPENDENCIES
rake (~> 13.0)
rbs-inline (~> 0.9.0)
rbs-inline (~> 0.10.0)
ruby-prof
steep (>= 1.8.1)
test-unit (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion sig/generated/wardite/leb128.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Wardite
# @rbs buf: File|StringIO
# @rbs max_level: Integer
# @rbs return: Integer
def fetch_uleb128: (File | StringIO buf, ?max_level: Integer) -> Integer
def self?.fetch_uleb128: (File | StringIO buf, ?max_level: Integer) -> Integer

# @rbs buf: File|StringIO
# @rbs return: Integer
Expand Down

0 comments on commit 8cad59a

Please sign in to comment.