Skip to content

Commit

Permalink
fix: uninitialized constant ActiveSupport::XmlMini::IsolatedExecution…
Browse files Browse the repository at this point in the history
…State

It was breaking specs and sample app from running.

based on solution here:
rails/rails#43851 (comment)
  • Loading branch information
ihors-livestorm committed Jan 5, 2022
1 parent 32dd5cc commit 7c08172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opentok/token_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "base64"
require "addressable/uri"
require "openssl"
require "active_support/isolated_execution_state"
require "active_support/time"

module OpenTok
Expand Down

0 comments on commit 7c08172

Please sign in to comment.