Skip to content
Open
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
12 changes: 6 additions & 6 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: 3b75b367c9ad3d07f8f053c0c1f28e4bab560f5d
revision: b8f72ae3220c83a716c1a463edaa3d290c9d4b72
specs:
steep (2.1.0)
concurrent-ruby (>= 1.1.10)
Expand Down Expand Up @@ -54,7 +54,7 @@ GEM
base64 (0.3.0)
benchmark (0.5.0)
benchmark-ips (2.15.1)
bigdecimal (4.1.2)
bigdecimal (4.1.3)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
csv (3.3.6)
Expand All @@ -73,13 +73,13 @@ GEM
strong_json (>= 1.1, < 2.2)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.9.2)
io-console (0.9.3)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.21.2)
json (3.0.2)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
Expand All @@ -103,7 +103,7 @@ GEM
net-protocol
nkf (0.3.0)
ostruct (0.6.3)
parallel (2.1.0)
parallel (2.2.0)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rubocop (1.90.0)
rubocop (1.91.0)
json (>= 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion steep/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
csv (3.3.6)
ffi (1.17.4)
fileutils (1.8.0)
json (2.21.2)
json (3.0.2)
language_server-protocol (3.17.0.6)
listen (3.10.0)
logger
Expand Down
Loading