Skip to content

Commit

Permalink
Unconditionally require fiber in query_blocker extension
Browse files Browse the repository at this point in the history
That's what we do in the fiber_concurrency extension.  Fixes issues
with older JRuby 9.4 versions.
  • Loading branch information
jeremyevans committed Feb 1, 2025
1 parent b8e4e2a commit f08ec65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/sequel/extensions/query_blocker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
#
# Related module: Sequel::QueryBlocker

# :nocov:
require "fiber" if RUBY_VERSION <= "2.7"
# :nocov:
require "fiber"

#
module Sequel
Expand Down

0 comments on commit f08ec65

Please sign in to comment.