diff --git a/lib/pg/deprecated_constants.rb b/lib/pg/deprecated_constants.rb index 1f284b4d74..0c8d2b1df0 100644 --- a/lib/pg/deprecated_constants.rb +++ b/lib/pg/deprecated_constants.rb @@ -16,7 +16,7 @@ # # config.autoload_paths << Rails.root.join('lib') # -if PG::VERSION != '0.21.0' || ActiveRecord.version.to_s != '4.2.11' +if PG::VERSION != '0.21.0' || ActiveRecord.version.to_s != '4.2.11.1' puts <