We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f156e75 commit eec1ccaCopy full SHA for eec1cca
plugins/notify/ikachan.rb
@@ -1,6 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
-require 'active_support/core_ext'
+require 'active_support'
4
+require 'active_support/deprecation'
5
6
module Automatic::Plugin
7
class Ikachan
plugins/subscription/xml.rb
@@ -10,7 +10,7 @@ module Automatic::Plugin
10
class SubscriptionXml
11
require 'open-uri'
12
require 'active_support'
13
- require 'active_support/core_ext'
+ require 'active_support/deprecation'
14
require 'rss'
15
16
def initialize(config, pipeline=[])
0 commit comments