Skip to content

Commit

Permalink
Fix: Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Set27 committed Aug 22, 2024
1 parent 68318c3 commit 20e7fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tty/files.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require_relative "files/version"
require "pry"

module TTY
class Prompt
Expand Down
4 changes: 4 additions & 0 deletions tty-prompt-files.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "tty-prompt", "~> 0.23.1"

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "pry", "~> 0.14.1"
end

0 comments on commit 20e7fe9

Please sign in to comment.