lib/tnql.rb in tnql-1.1.1 vs lib/tnql.rb in tnql-1.1.2
- old
+ new
@@ -1,5 +1,11 @@
+require 'active_support/deprecation'
+begin
+ require 'active_support/deprecator'
+rescue LoadError
+ # Ignore error: 'active_support/deprecator' is not defined on active_support 7.0
+end
require 'active_support/time'
require 'tnql/version'
require 'tnql/parser'