Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the prettier_print version
  • Loading branch information
kddnewton committed Oct 17, 2022
commit e31ddedb55f68b66baef1ef494d434c395ba1930
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
syntax_tree (3.6.3)
prettier_print
prettier_print (>= 1.0.0)

GEM
remote: https://rubygems.org/
Expand All @@ -14,10 +14,10 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
prettier_print (0.1.0)
prettier_print (1.0.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rubocop (1.36.0)
json (~> 2.3)
Expand All @@ -38,7 +38,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)

PLATFORMS
arm64-darwin-21
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"
spec.add_dependency "prettier_print", ">= 1.0.0"

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