You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dry-types 1.8.1 raises an exception when required. 1.8.0 worked fine.
[1] pry(main)> require 'dry-types'
SyntaxError:
/home/dmlary/.gem/ruby/3.3.0/gems/dry-types-1.8.1/lib/dry/types/sum.rb:33: anonymous block parameter is also used within block (SyntaxError)
from /home/dmlary/.rbenv/versions/3.3.0/lib/ruby/3.3.0/bundled_gems.rb:74:in `require'
To Reproduce
require 'dry-types`
Expected behavior
Not raise an exception
My environment
Affects my production application: NO
Ruby version: 3.3.0
OS: Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
dry-types 1.8.1 raises an exception when required. 1.8.0 worked fine.
To Reproduce
Expected behavior
Not raise an exception
My environment
The text was updated successfully, but these errors were encountered: