Skip to content

Commit

Permalink
Change dependency to sorbet-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed May 31, 2022
1 parent b9217e2 commit 7930461
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ gem "rubocop-shopify", "~> 2.6", require: false
gem "rubocop-minitest", "~> 0.20.0", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-sorbet", "~> 0.6", require: false
gem "sorbet-static-and-runtime"
gem "tapioca", "~> 0.8", require: false
gem "yard", "~> 0.9", require: false
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
ruby-lsp (0.0.3)
language_server-protocol
rubocop (>= 1.0)
sorbet-static-and-runtime
sorbet-runtime
syntax_tree (>= 2.3)

GEM
Expand Down Expand Up @@ -116,6 +116,7 @@ DEPENDENCIES
rubocop-shopify (~> 2.6)
rubocop-sorbet (~> 0.6)
ruby-lsp!
sorbet-static-and-runtime
tapioca (~> 0.8)
yard (~> 0.9)

Expand Down
1 change: 1 addition & 0 deletions exe/ruby-lsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require "sorbet-runtime"
require "syntax_tree"
require "ruby-lsp"
require "ruby_lsp/cli"
Expand Down
2 changes: 1 addition & 1 deletion ruby-lsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |s|

s.add_dependency("language_server-protocol")
s.add_dependency("rubocop", ">= 1.0")
s.add_dependency("sorbet-static-and-runtime")
s.add_dependency("sorbet-runtime")
s.add_dependency("syntax_tree", ">= 2.3")
end

0 comments on commit 7930461

Please sign in to comment.