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
14 changes: 7 additions & 7 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: 86f2b023c454f84964c6bab4aef0aafb0610c088
revision: 383f4ca6481bb7cdb9338015195a5ce35806349e
specs:
steep (2.0.0.dev)
activesupport (>= 5.1)
Expand Down Expand Up @@ -80,8 +80,8 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.18.1)
json-schema (6.1.0)
json (2.19.1)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
language_server-protocol (3.17.0.5)
Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
pstore (0.2.1)
psych (4.0.6)
stringio
public_suffix (7.0.2)
public_suffix (7.0.5)
raap (1.3.0)
rbs (~> 3.9.0)
timeout (~> 0.4)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rubocop (1.85.0)
rubocop (1.85.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -184,15 +184,15 @@ GEM
unicode-display_width (>= 1.1.1, < 4)
test-unit (3.7.7)
power_assert
timeout (0.6.0)
timeout (0.6.1)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uri (1.1.1)
zlib (3.2.2)
zlib (3.2.3)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion steep/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
fileutils (1.8.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.18.1)
json (2.19.1)
language_server-protocol (3.17.0.5)
listen (3.10.0)
logger
Expand Down