Skip to content

Commit

Permalink
Add sorbet
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero-stripe committed Jan 12, 2020
1 parent 9dc4fd1 commit 44e663e
Show file tree
Hide file tree
Showing 11 changed files with 20,853 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

ruby '2.6.3'
source 'https://rubygems.org'

gem 'sorbet-runtime'

group :development do
gem 'sorbet'
end
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
sorbet (0.5.5238)
sorbet-static (= 0.5.5238)
sorbet-runtime (0.5.5238)
sorbet-static (0.5.5238-universal-darwin-14)

PLATFORMS
ruby

DEPENDENCIES
sorbet
sorbet-runtime

RUBY VERSION
ruby 2.6.3p62
Expand Down
1 change: 1 addition & 0 deletions app.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# typed: strong
# frozen_string_literal: true

require 'rubygems'
Expand Down
1 change: 1 addition & 0 deletions lib/commands/directions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# typed: strong
# frozen_string_literal: true

module Commands
Expand Down
2 changes: 2 additions & 0 deletions sorbet/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--dir
.
Loading

0 comments on commit 44e663e

Please sign in to comment.