Skip to content

Commit

Permalink
Merge pull request #175 from ruby-syntax-tree/update-prettier-print
Browse files Browse the repository at this point in the history
Update prettier_print requirement
  • Loading branch information
kddnewton authored Oct 18, 2022
2 parents 7034e68 + e47b3b8 commit 69adf46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
syntax_tree (4.0.0)
prettier_print (>= 1.0.0)
prettier_print (>= 1.0.1)

GEM
remote: https://rubygems.org/
Expand All @@ -14,7 +14,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
prettier_print (1.0.0)
prettier_print (1.0.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
Expand All @@ -29,7 +29,7 @@ GEM
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
rubocop-ast (1.22.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
Expand Down
2 changes: 1 addition & 1 deletion syntax_tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = %w[lib]

spec.add_dependency "prettier_print", ">= 1.0.0"
spec.add_dependency "prettier_print", ">= 1.0.1"

spec.add_development_dependency "bundler"
spec.add_development_dependency "minitest"
Expand Down

0 comments on commit 69adf46

Please sign in to comment.