We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e5283 commit 3bb01b0Copy full SHA for 3bb01b0
lib/jsonapi_compliable/configuration.rb
@@ -19,6 +19,8 @@ def initialize
19
def experimental_concurrency=(val)
20
if val && !defined?(Concurrent::Promise)
21
raise "You must add the concurrent-ruby gem to opt-in to experimental concurrency"
22
+ else
23
+ @experimental_concurrency = val
24
end
25
26
lib/jsonapi_compliable/version.rb
@@ -1,3 +1,3 @@
1
module JsonapiCompliable
2
- VERSION = "0.11.18"
+ VERSION = "0.11.19"
3
0 commit comments