Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Open
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
8 changes: 6 additions & 2 deletions spec/support/v7.0/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.7.33)
sorbet-rails (0.7.34)
method_source (>= 0.9.2)
parlour (>= 4.0.1)
parser (>= 2.7)
Expand Down Expand Up @@ -125,6 +125,8 @@ GEM
nio4r (2.5.8)
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
parlour (8.0.0)
commander (~> 4.5)
parser
Expand All @@ -136,7 +138,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
rack (2.2.8.1)
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.3)
Expand Down Expand Up @@ -179,6 +181,7 @@ GEM
sorbet-runtime (0.5.10139)
sorbet-static (0.5.10139-universal-darwin-20)
sorbet-static (0.5.10139-universal-darwin-21)
sorbet-static (0.5.10139-x86_64-linux)
sqlite3 (1.4.4)
strscan (3.0.3)
thor (1.2.1)
Expand All @@ -198,6 +201,7 @@ GEM
PLATFORMS
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
debug
Expand Down