Skip to content

Commit 1ebc0e9

Browse files
remove dep on ActiveSupport
Signed-off-by: Sathish <sbabu@progress.com>
1 parent e12883b commit 1ebc0e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/train/transports/azure.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
require "train/transports/helpers/azure/file_credentials"
99
require "train/transports/clients/azure/graph_rbac"
1010
require "train/transports/clients/azure/vault"
11-
require "active_support"
1211

1312
module Train::Transports
1413
class Azure < Train.plugin(1)
@@ -32,7 +31,7 @@ class Connection < BaseConnection
3231
DEFAULT_FILE = ::File.join(Dir.home, ".azure", "credentials")
3332

3433
def initialize(options)
35-
ActiveSupport::Deprecation.warn("Azure Connection with Train will be deprecated from Train 4")
34+
warn("Azure Connection with Train will be deprecated from Train 4")
3635
@apis = {}
3736

3837
# Override for any cli options

0 commit comments

Comments
 (0)