panda_pal 5.16.8 → 5.16.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32bef8e2324d5f645d8058d9eec160650ac88e3ca28d8f9277fcb6125c03c589
4
- data.tar.gz: 26c25e757cb93812c083e65dd3bbf7206dad068c448af11a2f72cdcc7d5d20d2
3
+ metadata.gz: 3634f0275d3c352ed29ed11bdb0969723ad1164a56108146d6fd1540f9c10c8d
4
+ data.tar.gz: 4309662fa2449e8ea332bf7e95b04b5c91af15bf94c0e8a677aa016249a52ff0
5
5
  SHA512:
6
- metadata.gz: '08d2e832b18d760fbc6424e62835fa65254eed0388182cb469a9e3c3cfbd18f849b89ca0a447bcf356039753bc56f110830ce9d6857d729bfb00b0cb46e4028f'
7
- data.tar.gz: df3f0d5fc8e03e3ad31ddd8c1b4815ccb59c22dd69dae8b84d47f0af733001b7043c420dd2695fea0f54e62bf8da528f99c5b5c2ac9b295c356ec103298d438f
6
+ metadata.gz: c9ada1780b010255a78193be4185423eec06a429a458b7feca0165208ecd1f383e3e0d6e1df1a0c9da469a1c237e1a82b39c792f3c8569544e9c8c1ec6a05a7e
7
+ data.tar.gz: 6c104dfe39e7197e738adcb4146baf0d0fa1a6ee723fa28646a390d7748f92c11c167b8763d04f8dcad41215399d7b1ccfcb3b8253a360a3ac24c4e06b756b34
@@ -337,7 +337,7 @@ ActiveSupport.on_load(:action_cable) do
337
337
  end
338
338
 
339
339
  ActiveSupport.on_load(:active_record) do
340
- ActiveRecord::Base.connection.class.set_callback :checkout, :after do |conn|
340
+ ActiveRecord::ConnectionAdapters::AbstractAdapter.set_callback :checkout, :after do |conn|
341
341
  next unless (ct = Thread.current[:cable_tenant]).present?
342
342
  next unless Apartment::Tenant.adapter.is_a?(Apartment::Adapters::PostgresqlSchemaAdapter)
343
343
  next unless conn.pool == Apartment.connection_class.connection_pool
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "5.16.8"
2
+ VERSION = "5.16.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda_pal
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.16.8
4
+ version: 5.16.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev