2023 is now Ruby with Sorbet
This commit is contained in:
parent
3feb0134ee
commit
afcaba41eb
21 changed files with 87695 additions and 0 deletions
7
2023/Gemfile
Normal file
7
2023/Gemfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'sorbet-static-and-runtime'
|
||||
gem 'sorbet-struct-comparable'
|
||||
gem 'tapioca', require: false, :group => :development
|
||||
Loading…
Reference in a new issue