Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Apr 22, 2022
1 parent e8c59ac commit 7658e5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
source "https://rubygems.org"

gemspec

gem "syntax_tree", path: "../../ruby-syntax-tree/syntax_tree"
gem "rbs", "~> 2"
3 changes: 2 additions & 1 deletion prettier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ Gem::Specification.new do |spec|
spec.executables = 'rbprettier'
spec.require_paths = %w[lib]

# spec.add_dependency 'syntax_tree'
spec.add_dependency 'syntax_tree'
spec.add_dependency 'syntax_tree-haml'
spec.add_dependency 'syntax_tree-rbs'
spec.add_dependency 'rbs', '~> 2'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'minitest'
Expand Down
2 changes: 1 addition & 1 deletion src/server.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require 'bundler/setup' # if ENV['PLUGIN_RUBY_CI']
require 'bundler/setup'
require 'socket'
require 'json'
require 'fileutils'
Expand Down

0 comments on commit 7658e5b

Please sign in to comment.