Skip to content

Commit

Permalink
Workaround error when requiring ActiveSupport partially
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Feb 20, 2022
1 parent 6f19073 commit 1461b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kaminari/helpers/sinatra_helpers.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'active_support/isolated_execution_state' # https://github.com/rails/rails/issues/43851
require 'active_support/core_ext/object'
require 'active_support/core_ext/string'
require 'padrino-helpers'
Expand Down

0 comments on commit 1461b7b

Please sign in to comment.