Skip to content

Commit

Permalink
Update gemspec to ensure correct version of fmt gem is used
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Oct 8, 2024
1 parent 73f0fe6 commit dc344cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
prompts (0.2.1)
fmt
fmt (>= 0.3.0)
rainbow
reline
unicode-display_width
Expand All @@ -12,7 +12,8 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
fmt (0.1.3)
fmt (0.3.1)
ast
io-console (0.7.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
Expand Down
2 changes: 1 addition & 1 deletion prompts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "unicode-display_width"
spec.add_dependency "unicode-emoji"
spec.add_dependency "reline"
spec.add_dependency "fmt"
spec.add_dependency "fmt", ">= 0.3.0"
spec.add_dependency "rainbow"

# For more information and examples about making a new gem, check out our
Expand Down

0 comments on commit dc344cb

Please sign in to comment.