Skip to content

Commit

Permalink
Remove dependency to unparser
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <[email protected]>

# Conflicts:
#	Gemfile.lock
  • Loading branch information
Morriar committed Sep 5, 2023
1 parent a5948bb commit 137ee0a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ PATH
remote: .
specs:
rbi (0.0.17)
ast
parser (>= 3.0.0)
sorbet-runtime (>= 0.5.9204)
yarp (>= 0.8.0)
unparser (>= 0.5.6)

GEM
remote: https://rubygems.org/
Expand All @@ -16,7 +13,6 @@ GEM
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
diff-lcs (1.5.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
minitest (5.19.0)
Expand Down Expand Up @@ -77,9 +73,6 @@ GEM
yard-sorbet
thor (1.2.2)
unicode-display_width (2.4.2)
unparser (0.6.8)
diff-lcs (~> 1.3)
parser (>= 3.2.0)
yard (0.9.34)
yard-sorbet (0.8.1)
sorbet-runtime (>= 0.5)
Expand Down
3 changes: 0 additions & 3 deletions rbi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ Gem::Specification.new do |spec|
"Rakefile",
]

spec.add_dependency("ast")
spec.add_dependency("parser", ">= 3.0.0")
spec.add_dependency("sorbet-runtime", ">= 0.5.9204")
spec.add_dependency("yarp", ">= 0.8.0")
spec.add_dependency("unparser", ">= 0.5.6")
end
5 changes: 0 additions & 5 deletions sorbet/rbi/shims/ast.rbi

This file was deleted.

1 change: 0 additions & 1 deletion sorbet/tapioca/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# frozen_string_literal: true

require "ansi"
require "unparser"

0 comments on commit 137ee0a

Please sign in to comment.