Skip to content

Commit

Permalink
Upgrade syntax_tree gem to ~> 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr committed Mar 23, 2023
1 parent 6581ff4 commit 05b30f6
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 05b30f6

Please sign in to comment.