Skip to content

Commit d789629

Browse files
authored
Update deprecation version to 3.0 (#1593)
1 parent f81ce99 commit d789629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arclight.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module Arclight
1010
autoload :Routes, 'arclight/routes'
1111

1212
def self.deprecation
13-
@deprecation ||= ActiveSupport::Deprecation.new('2.0', 'Arclight')
13+
@deprecation ||= ActiveSupport::Deprecation.new('3.0', 'Arclight')
1414
end
1515
end

0 commit comments

Comments
 (0)