panda_pal 5.16.4 → 5.16.5

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: 31f691e98fe16d192785ff162ece3e7b7dc4964a89db280769d3f1197a1ba94e
4
- data.tar.gz: 67262506ba9efad1143e38570d56418d2ac3a5c44d6daa3f0ea8ecd0cc54ce3b
3
+ metadata.gz: ed57241456e0fe78d006855d50152d47c8a328b777bf77d16b53e0a59519e766
4
+ data.tar.gz: '0748669e4a1e3a83f9e8653b08f8c200b755d9b41a0b61e4dda1b83dbd8859c5'
5
5
  SHA512:
6
- metadata.gz: 119ab51e712dd115adaa63f6ffe19985d74f73bfa2c4a3e0663fec31689839e35db2c4a0995ce68581077d251b94082e2e182fb62aa94129dac41ca7981b07c3
7
- data.tar.gz: cb0cd5101c6a1123b027ee494d9a2044d54c3280baba134d5066cd5dfcb1309dafa4b25c0a3f69215274b0350e309e7e1fc6c1aa81248b4c844c5a29eb1142ff
6
+ metadata.gz: 5bb3ebb3379973fe51332a46807d6e69c55e4134cca476829231dd3539cdfc21e02af95a91dd32300b4bcd54018dd17061f144318b06577d4f33fae44c5a8ee6
7
+ data.tar.gz: 7f924b2f17246b33c5b535c80e0fd6ebef89ccd450d4c78687ae93d2247324ffacb4e8e58c99cfd92f7604ece73e8ebbbd9903af037fa1afa96f8c2063ced03d
@@ -299,6 +299,8 @@ ActiveSupport.on_load(:action_cable) do
299
299
  pool = Apartment.connection_class.connection_pool
300
300
  pool.release_connection if pool.active_connection?
301
301
 
302
+ Apartment::Tenant.adapter.instance_variable_set(:@current, connection.tenant)
303
+
302
304
  blk.call
303
305
  ensure
304
306
  Thread.current[:cable_tenant] = nil
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "5.16.4"
2
+ VERSION = "5.16.5"
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.4
4
+ version: 5.16.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev