Skip to content

Commit b942fcc

Browse files
committed
fix partial require of the gem
1 parent 6b7ec84 commit b942fcc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Current
22

3+
* (#775) fix partial require of the gem (although not officially supported)
4+
35
## Release v1.1.2 (6 Nov 2018)
46

57
* (#773) more defensive 1.9.3 support

lib/concurrent/configuration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
require 'concurrent/atomic/atomic_reference'
55
require 'concurrent/concern/logging'
66
require 'concurrent/executor/immediate_executor'
7+
require 'concurrent/executor/cached_thread_pool'
78
require 'concurrent/utility/at_exit'
89
require 'concurrent/utility/processor_counter'
910

0 commit comments

Comments
 (0)