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
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ GEM
ast (2.4.3)
concurrent-ruby (1.3.7)
csv (3.3.5)
date (3.5.1)
debug (1.11.1)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -37,7 +36,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.9)
json (2.20.0)
language_server-protocol (3.17.0.5)
listen (3.10.0)
logger
Expand All @@ -58,9 +57,6 @@ GEM
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
psych (5.4.0)
date
stringio
racc (1.8.1)
rainbow (3.1.1)
rake (13.4.2)
Expand All @@ -71,15 +67,15 @@ GEM
logger
prism (>= 1.6.0)
tsort
rdoc (7.2.0)
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
reline (0.6.3)
io-console (~> 0.5)
securerandom (0.4.1)
stackprof (0.2.28)
stringio (3.2.0)
strscan (3.1.8)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
Expand Down
14 changes: 5 additions & 9 deletions gemfile_steep/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: f21d7d8e6c03f1d859b8c2e94224f3b27220d9a9
revision: 605de2783737673d6e643bf9d5bd3942e70aa2fd
branch: master
specs:
steep (2.1.0.dev)
Expand All @@ -26,7 +26,6 @@ GEM
ast (2.4.3)
concurrent-ruby (1.3.7)
csv (3.3.5)
date (3.5.1)
debug (1.11.1)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -40,7 +39,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.9)
json (2.20.0)
language_server-protocol (3.17.0.5)
listen (3.10.0)
logger
Expand All @@ -58,9 +57,6 @@ GEM
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
psych (5.4.0)
date
stringio
racc (1.8.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
Expand All @@ -73,9 +69,10 @@ GEM
rbs-inline (0.14.0)
prism (>= 0.29)
rbs (~> 4.0)
rdoc (7.2.0)
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
reline (0.6.3)
io-console (~> 0.5)
Expand All @@ -84,7 +81,6 @@ GEM
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
securerandom (0.4.1)
stringio (3.2.0)
strscan (3.1.8)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
Expand Down