Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e31dded

Browse files
committed
Update the prettier_print version
1 parent b5154ac commit e31dded

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
syntax_tree (3.6.3)
5-
prettier_print
5+
prettier_print (>= 1.0.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -14,10 +14,10 @@ GEM
1414
parallel (1.22.1)
1515
parser (3.1.2.1)
1616
ast (~> 2.4.1)
17-
prettier_print (0.1.0)
17+
prettier_print (1.0.0)
1818
rainbow (3.1.1)
1919
rake (13.0.6)
20-
regexp_parser (2.5.0)
20+
regexp_parser (2.6.0)
2121
rexml (3.2.5)
2222
rubocop (1.36.0)
2323
json (~> 2.3)
@@ -38,7 +38,7 @@ GEM
3838
simplecov_json_formatter (~> 0.1)
3939
simplecov-html (0.12.3)
4040
simplecov_json_formatter (0.1.4)
41-
unicode-display_width (2.2.0)
41+
unicode-display_width (2.3.0)
4242

4343
PLATFORMS
4444
arm64-darwin-21

syntax_tree.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2626
spec.require_paths = %w[lib]
2727

28-
spec.add_dependency "prettier_print"
28+
spec.add_dependency "prettier_print", ">= 1.0.0"
2929

3030
spec.add_development_dependency "bundler"
3131
spec.add_development_dependency "minitest"

0 commit comments

Comments
 (0)