lib/carrierwave/base64/base64_string_io.rb in carrierwave-base64-2.5.1 vs lib/carrierwave/base64/base64_string_io.rb in carrierwave-base64-2.5.1.1

- old
+ new

@@ -37,10 +37,10 @@ if proc_or_string.is_a?(Proc) proc_or_string.call else warn( '[Deprecation warning] Setting `file_name` option to a string is '\ - 'deprecated and will be removed in 2.5.0. If you want to keep the '\ + 'deprecated and will be removed in 3.0.0. If you want to keep the '\ 'existing behaviour, wrap the string in a Proc' ) proc_or_string end end