Skip to content

Commit eec1cca

Browse files
committed
372 Update to activesupport/record 4.1.x
1 parent f156e75 commit eec1cca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plugins/notify/ikachan.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
require 'active_support/core_ext'
3+
require 'active_support'
4+
require 'active_support/deprecation'
45

56
module Automatic::Plugin
67
class Ikachan

plugins/subscription/xml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Automatic::Plugin
1010
class SubscriptionXml
1111
require 'open-uri'
1212
require 'active_support'
13-
require 'active_support/core_ext'
13+
require 'active_support/deprecation'
1414
require 'rss'
1515

1616
def initialize(config, pipeline=[])

0 commit comments

Comments
 (0)