Skip to content

Commit

Permalink
Merge pull request #260 from austb/bump_ttyprompt
Browse files Browse the repository at this point in the history
(MAINT) Bump tty-prompt ver, remove monkey patch
  • Loading branch information
DavidS committed Aug 16, 2017
2 parents a161e48 + 742d9f6 commit a85608b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion lib/pdk/cli/util/interview.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'tty-prompt'
require 'pdk/monkey_patches'

module PDK
module CLI
Expand Down
13 changes: 0 additions & 13 deletions lib/pdk/monkey_patches.rb

This file was deleted.

2 changes: 1 addition & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'childprocess', '~> 0.6.2'
spec.add_runtime_dependency 'gettext-setup', '~> 0.24'
spec.add_runtime_dependency 'tty-spinner', '~> 0.5.0'
spec.add_runtime_dependency 'tty-prompt', '~> 0.13.0'
spec.add_runtime_dependency 'tty-prompt', '~> 0.13.1'
spec.add_runtime_dependency 'json_pure', '~> 2.1.0'
spec.add_runtime_dependency 'tty-which', '~> 0.3.0'

Expand Down

0 comments on commit a85608b

Please sign in to comment.