Skip to content

Commit

Permalink
Merge pull request #18 from fdr/new-syntax-tree
Browse files Browse the repository at this point in the history
Upgrade syntax_tree gem to ~> 6.0
  • Loading branch information
FrancescoAiello01 authored Mar 31, 2023
2 parents ea9dc7e + 05b30f6 commit 8bd5d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erb-formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "syntax_tree", '~> 5.0'
spec.add_dependency "syntax_tree", '~> 6.0'
end

0 comments on commit 8bd5d93

Please sign in to comment.