Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.4'
- '4.0'

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem "rake", "~> 13.2"

gem "minitest", "~> 5.25"

gem "steep", "~> 1.9.0", require: false
gem "steep", "~> 1.10.0", require: false
gem "strscan"
62 changes: 34 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,80 +8,86 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2.2)
activesupport (8.1.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
csv (3.3.3)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
drb (2.2.3)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
fileutils (1.7.3)
i18n (1.14.7)
ffi (1.17.3-arm64-darwin)
ffi (1.17.3-x86_64-darwin)
ffi (1.17.3-x86_64-linux-gnu)
fileutils (1.8.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.10.2)
language_server-protocol (3.17.0.4)
listen (3.9.0)
json (2.18.1)
language_server-protocol (3.17.0.5)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
minitest (5.25.4)
parser (3.3.7.2)
minitest (5.27.0)
mutex_m (0.3.0)
parser (3.3.10.1)
ast (~> 2.4.1)
racc
prism (1.2.0)
prism (1.9.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.9.4)
rbs (3.10.3)
logger
tsort
securerandom (0.4.1)
steep (1.9.4)
steep (1.10.0)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
fileutils (>= 1.1.0)
json (>= 2.1.0)
language_server-protocol (>= 3.15, < 4.0)
language_server-protocol (>= 3.17.0.4, < 4.0)
listen (~> 3.0)
logger (>= 1.3.0)
mutex_m (>= 0.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.8)
rbs (~> 3.9)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
terminal-table (>= 2, < 5)
uri (>= 0.12.0)
strscan (3.1.2)
strscan (3.1.7)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.3)
uri (1.1.1)

PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
arm64-darwin-25
x86_64-darwin-23
x86_64-darwin-24
x86_64-linux
Expand All @@ -90,8 +96,8 @@ DEPENDENCIES
minitest (~> 5.25)
rake (~> 13.2)
rbs-inline!
steep (~> 1.9.0)
steep (~> 1.10.0)
strscan

BUNDLED WITH
2.6.3
4.0.6
3 changes: 2 additions & 1 deletion lib/rbs/inline/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def translate_constant_decl(decl, rbs)
name: decl.constant_name,
type: constant_decl_to_type(decl),
comment: comment,
location: nil
location: nil,
annotations: []
)
end

Expand Down
12 changes: 4 additions & 8 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 43b158b1fc209960643ca6baf5f883b186997e8d
revision: d70d634c6e848dc5e93cea0163cc8206448be048
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: monitor
Expand All @@ -29,24 +29,20 @@ gems:
version: '0'
source:
type: stdlib
- name: pathname
version: '0'
source:
type: stdlib
- name: prism
version: 1.2.0
version: 1.9.0
source:
type: rubygems
- name: rake
version: '13.0'
source:
type: git
name: ruby/gem_rbs_collection
revision: 43b158b1fc209960643ca6baf5f883b186997e8d
revision: d70d634c6e848dc5e93cea0163cc8206448be048
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rbs
version: 3.9.4
version: 3.10.3
source:
type: rubygems
- name: rdoc
Expand Down