Skip to content

Commit

Permalink
Add require "stringio" explicitly (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 authored Nov 7, 2024
1 parent 7913243 commit bcfca6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano/scm/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require "cgi"
require "securerandom"
require "shellwords"
require "stringio"
require "uri"

class Capistrano::SCM::Git < Capistrano::SCM::Plugin
Expand Down

0 comments on commit bcfca6d

Please sign in to comment.