Skip to content

Commit

Permalink
Fix undefined method `DelegateClass' for Rack::Session::Cookie:Class …
Browse files Browse the repository at this point in the history
…(NoMethodError)
  • Loading branch information
onigra authored and jeremyevans committed Feb 24, 2020
1 parent 2b22be0 commit 9cad48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rack/session/cookie.rb
Expand Up @@ -5,6 +5,7 @@
require_relative 'abstract/id'
require 'json'
require 'base64'
require 'delegate'

module Rack

Expand Down

0 comments on commit 9cad48e

Please sign in to comment.