lib/dbf.rb in dbf-1.5.2 vs lib/dbf.rb in dbf-1.5.3
- old
+ new
@@ -3,10 +3,9 @@
require 'active_support/core_ext/object'
require 'active_support/core_ext/date/conversions'
require 'active_support/core_ext/time/conversions'
require 'active_support/core_ext/date_time/conversions'
require 'active_support/core_ext/string/conversions'
-require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/enumerable'
require 'csv'
if CSV.const_defined? :Reader
\ No newline at end of file