lib/envlogic.rb in envlogic-1.0.4 vs lib/envlogic.rb in envlogic-1.1.0
- old
+ new
@@ -1,11 +1,9 @@
# frozen_string_literal: true
%w[
- active_support/inflector
- active_support/string_inquirer
+ dry/inflector
envlogic/version
- envlogic/string_refinements
envlogic/env
].each { |lib| require lib }
# Main module that encapsulates logic that should be used to extend any class/module
# @note This module should be extended into the class/module in which we want to have env support