Skip to content

Commit b10ef2c

Browse files
committed
Remove deprecation on Ruby 2.4+, as the gemspec now enforces this.
1 parent 49f6b9e commit b10ef2c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/rdf.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
require 'rdf/version'
88
require 'rdf/extensions'
99

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-
1310
module RDF
1411
# RDF mixins
1512
autoload :Countable, 'rdf/mixin/countable'

0 commit comments

Comments
 (0)