Skip to content

Commit

Permalink
Adds missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
alxberardi committed Dec 13, 2016
1 parent 7608804 commit 5479236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sensitive_data_filter/middleware/env_parser.rb
@@ -1,4 +1,6 @@
# frozen_string_literal: true
require 'forwardable'

module SensitiveDataFilter
module Middleware
class EnvParser
Expand Down
1 change: 1 addition & 0 deletions lib/sensitive_data_filter/middleware/occurrence.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'forwardable'
require 'facets/string/titlecase'

module SensitiveDataFilter
Expand Down

0 comments on commit 5479236

Please sign in to comment.