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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :development do
gem "rubocop-shopify"

# Type Signature for Ruby
gem "rbs", "~> 3.10"
gem "rbs", "~> 4.0"

# Steep
gem "steep"
Expand Down
35 changes: 7 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (4.0.1)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
docile (1.4.1)
drb (2.2.3)
ffi (1.17.3-arm64-darwin)
ffi (1.17.3-x86_64-darwin)
ffi (1.17.3-x86_64-linux-gnu)
fileutils (1.8.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
json (2.19.3)
language_server-protocol (3.17.0.5)
Expand All @@ -44,7 +26,6 @@ GEM
prism (~> 1.5)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mutex_m (0.3.0)
overcommit (0.69.0)
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
Expand All @@ -60,8 +41,9 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.10.4)
rbs (4.0.2)
logger
prism (>= 1.6.0)
tsort
regexp_parser (2.12.0)
rexml (3.4.4)
Expand Down Expand Up @@ -103,19 +85,18 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
steep (1.10.0)
activesupport (>= 5.1)
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)
mutex_m (>= 0.3.0)
parser (>= 3.1)
parser (>= 3.2)
prism (>= 0.25.0)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.9)
rbs (~> 4.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 5)
Expand All @@ -124,8 +105,6 @@ GEM
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
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)
Expand All @@ -142,7 +121,7 @@ DEPENDENCIES
minitest-ci
overcommit
rake (~> 13.4)
rbs (~> 3.10)
rbs (~> 4.0)
rubocop
rubocop-minitest
rubocop-performance
Expand Down
Loading