A Ruby interface to the PostgreSQL RDBMS
Go to file
Jarek Prokop fd39c3dd7a Fix "undefined method `=~' for class ..." in test suite.
Fix "Undefined method `=~'" exception coming from RHEL 8's rubygem-rspec 3.7.0.
RSpec 3.7.0 uses Object#=~, however the method was removed in Ruby 3.2.
It is fixed in newer upstream RSpec.
https://github.com/rspec/rspec-core/pull/2582
https://bugs.ruby-lang.org/issues/15231

Related: RHEL-17090
2024-01-30 10:49:11 +01:00
.gitignore Upgrade to pg 1.5.4. 2024-01-29 18:55:55 +01:00
rubygem-pg-1.3.0-remove-rpath.patch Upgrade to pg 1.5.4. 2024-01-29 18:55:55 +01:00
rubygem-pg-1.5.4-Explicitly-retype-timespec-fields-to-int64_t.patch Upgrade to pg 1.5.4. 2024-01-29 18:55:55 +01:00
rubygem-pg-1.5.4-Fix-possible-buffer-overflows-on-32-bit-systems.patch Upgrade to pg 1.5.4. 2024-01-29 18:55:55 +01:00
rubygem-pg.spec Fix "undefined method `=~' for class ..." in test suite. 2024-01-30 10:49:11 +01:00
sources Upgrade to pg 1.5.4. 2024-01-29 18:55:55 +01:00