We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f6b9e commit b10ef2cCopy full SHA for b10ef2c
1 file changed
lib/rdf.rb
@@ -7,9 +7,6 @@
7
require 'rdf/version'
8
require 'rdf/extensions'
9
10
-# When loading, issue deprecation warning on forthcoming unsupported versions of Ruby
11
-warn "[DEPRECATION] Ruby 2.4+ required in next version 3.1 of RDF.rb" if RUBY_VERSION < "2.4"
12
-
13
module RDF
14
# RDF mixins
15
autoload :Countable, 'rdf/mixin/countable'
0 commit comments