Skip to content

Commit

Permalink
Require base Active Support library before specific extensions (#5)
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
siasmj authored Oct 16, 2023
1 parent 9d88116 commit 9cba5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/invisible_ink.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require_relative "invisible_ink/version"
require "active_support"
require "active_support/encrypted_file"
require "securerandom"
require "shellwords"
Expand Down

0 comments on commit 9cba5dd

Please sign in to comment.