rails--rails/actioncable/lib/action_cable/subscription_adapter
Ryuta Kamizono 592358e182 Update pg gem required version to 1.1
This is required for #39063 to use `PG::TextDecoder::Numeric`.

Ref https://github.com/ged/ruby-pg/pull/25.

The pg gem 1.1.0 was released at August 24, 2018, so I think it is good
timing to bump the required version for improving and cleaning up the
code base.

https://rubygems.org/gems/pg/versions
2020-04-27 16:27:40 +09:00
..
async.rb [Action Cable] require_relative => require 2017-10-21 22:48:29 +09:00
base.rb Add ActionCable subscription connection identificator to PostgreSQL adapter 2019-12-31 13:23:01 +03:00
channel_prefix.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
inline.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
postgresql.rb Update pg gem required version to 1.1 2020-04-27 16:27:40 +09:00
redis.rb Add ActionCable subscription connection identificator to PostgreSQL adapter 2019-12-31 13:23:01 +03:00
subscriber_map.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
test.rb Clarify api docs of ActionCable::SubscriptionAdapter::Test 2018-08-23 12:30:16 +03:00