Skip to content

Commit

Permalink
Require 'active_support/notifications' to fix uninitialized constant …
Browse files Browse the repository at this point in the history
…ActiveSupport::Notifications
  • Loading branch information
roseliux committed Oct 21, 2021
1 parent 592b050 commit 6afde6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cassette/authentication/cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'cassette/authentication'
require 'cassette/cache'
require 'active_support/notifications'

module Cassette
class Authentication
Expand Down

0 comments on commit 6afde6e

Please sign in to comment.