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
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ gem "minitest-difftastic", "~> 0.2"
gem "rake", "~> 13.4"
gem "rake-compiler", "~> 1.3"
gem "rake-compiler-dock", "~> 1.12"
gem "rbs", "~> 4.1"
gem "rbs-inline", "~> 0.14"
gem "reactionview", "~> 0.3.0"
gem "reline", "~> 0.6"
gem "rubocop", "~> 1.71"
gem "sorbet"
gem "steep", "~> 2.0"
gem "turbo-rails", "~> 2.0"

# TODO: remove once https://github.com/soutaro/steep/pull/2255 ships
# gem "steep", "~> 2.0"
gem "steep", github: "marcoroth/steep", branch: "enum-self-type"
43 changes: 25 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
GIT
remote: https://github.com/marcoroth/steep.git
revision: 4f663b53b04c241245fa4e5db9565be0a8665e70
branch: enum-self-type
specs:
steep (2.1.0.dev)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
fileutils (>= 1.1.0)
json (>= 2.1.0)
language_server-protocol (>= 3.17.0.4, < 4.0)
listen (~> 3.0)
logger (>= 1.3.0)
parser (>= 3.2)
prism (>= 0.25.0)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 4.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 5)
uri (>= 0.12.0)

GIT
remote: https://github.com/ruby/prism.git
revision: c0e37816e97e23e92524a4070e1b99a4025bc63f
Expand Down Expand Up @@ -215,7 +237,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (4.0.2)
rbs (4.1.2)
logger
prism (>= 1.6.0)
tsort
Expand Down Expand Up @@ -253,22 +275,6 @@ GEM
sorbet-static (0.6.13367-aarch64-linux)
sorbet-static (0.6.13367-universal-darwin)
sorbet-static (0.6.13367-x86_64-linux)
steep (2.0.0)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
fileutils (>= 1.1.0)
json (>= 2.1.0)
language_server-protocol (>= 3.17.0.4, < 4.0)
listen (~> 3.0)
logger (>= 1.3.0)
parser (>= 3.2)
prism (>= 0.25.0)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 4.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 5)
uri (>= 0.12.0)
stringio (3.2.0)
strscan (3.1.7)
terminal-table (4.0.0)
Expand Down Expand Up @@ -314,12 +320,13 @@ DEPENDENCIES
rake (~> 13.4)
rake-compiler (~> 1.3)
rake-compiler-dock (~> 1.12)
rbs (~> 4.1)
rbs-inline (~> 0.14)
reactionview (~> 0.3.0)
reline (~> 0.6)
rubocop (~> 1.71)
sorbet
steep (~> 2.0)
steep!
turbo-rails (~> 2.0)

BUNDLED WITH
Expand Down
Loading
Loading