Skip to content

Commit

Permalink
Require English in root module file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Mar 27, 2024
1 parent bf22dd9 commit ab20955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sftp.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "English"

require_relative "sftp/version"
require_relative "sftp/configuration"
require_relative "sftp/shell"
Expand Down

0 comments on commit ab20955

Please sign in to comment.