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
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/soutaro/steep.git
revision: 480d2288d3c560a51af5013780916d91cab34fe9
revision: d9f52a5034986c2a00603ecdcf5a20fe6c899ed4
specs:
steep (2.0.0.dev)
activesupport (>= 5.1)
Expand All @@ -13,7 +13,7 @@ GIT
logger (>= 1.3.0)
parser (>= 3.2)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 4.0.0.dev)
rbs (~> 4.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 5)
Expand Down Expand Up @@ -54,7 +54,7 @@ GEM
base64 (0.3.0)
benchmark (0.5.0)
benchmark-ips (2.14.0)
bigdecimal (4.0.1)
bigdecimal (4.1.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
Expand All @@ -64,7 +64,7 @@ GEM
drb (2.2.3)
erb (6.0.2)
extconf_compile_commands_json (0.0.7)
ffi (1.17.3)
ffi (1.17.4)
fileutils (1.8.0)
goodcheck (3.1.0)
marcel (>= 1.0, < 2.0)
Expand All @@ -79,7 +79,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.2)
json (2.19.3)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
Expand All @@ -104,7 +104,7 @@ GEM
nkf (0.2.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
power_assert (3.0.1)
Expand Down Expand Up @@ -161,9 +161,9 @@ GEM
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-on-rbs (1.9.1)
rubocop-on-rbs (2.0.0)
lint_roller (~> 1.1)
rbs (~> 3.5)
rbs (~> 4.0)
rubocop (>= 1.72.1, < 2.0)
zlib
rubocop-rubycw (0.2.2)
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ task :validate => :compile do
libs << "rbs"
end

libs.delete("bigdecimal-math") or raise
libs.delete("bigdecimal") or raise

libs.each do |lib|
args = ["-r", lib]

Expand Down
14 changes: 7 additions & 7 deletions steep/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.2.1)
activesupport (8.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -16,16 +16,16 @@ GEM
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (4.0.1)
bigdecimal (4.1.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
drb (2.2.3)
ffi (1.17.3)
ffi (1.17.4)
fileutils (1.8.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.19.2)
json (2.19.3)
language_server-protocol (3.17.0.5)
listen (3.10.0)
logger
Expand All @@ -36,7 +36,7 @@ GEM
drb (~> 2.0)
prism (~> 1.5)
mutex_m (0.3.0)
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
power_assert (3.0.1)
Expand All @@ -46,10 +46,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.10.3)
rbs (3.10.4)
logger
tsort
ruby-lsp (0.26.8)
ruby-lsp (0.26.9)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
Expand Down
Loading