Skip to content

Commit

Permalink
adding in explicit requires for did_you_mean
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobowers committed Apr 27, 2024
1 parent a2babb7 commit 975d280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/optimist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# optimist is licensed under the MIT license.

require 'date'
require 'did_you_mean/levenshtein'
require 'did_you_mean/jaro_winkler'

module Optimist
VERSION = "3.1.0"
Expand Down

0 comments on commit 975d280

Please sign in to comment.