Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.16.0 of dry-configurable breaks require "dry-validation" #146

Closed
marian13 opened this issue Oct 9, 2022 · 2 comments
Closed

v0.16.0 of dry-configurable breaks require "dry-validation" #146

marian13 opened this issue Oct 9, 2022 · 2 comments

Comments

@marian13
Copy link

marian13 commented Oct 9, 2022

Describe the bug

v0.16.0 release affects "dry-validation".

Please, check this GitHub Actions run:

Screenshot 2022-10-09 at 17 39 58

To Reproduce

Open irb for Ruby 3.1.

irb

Try to require "dry-validation".

require "dry-validation"

Check the following screenshot to see what happens:

Screenshot 2022-10-09 at 17 13 27

"dry-validation" version - v1.5.6.

Screenshot 2022-10-09 at 17 28 58

"dry-schema" version - v1.10.6.

Screenshot 2022-10-09 at 17 29 19

"dry-configurable" version - v0.16.0.

Screenshot 2022-10-09 at 17 29 36

Expected behavior

As it was in v0.15.0. A successful require.

My environment

  • Affects my production application: NO, but I am planning to release v0.1.0 of convenient_service (that may depend on dry-validation) at the beginning of November.
  • Ruby version: 3.1.
  • OS: Linux (GitHub Actions config, Docker config).
@solnic
Copy link
Member

solnic commented Oct 10, 2022

This has been addressed already, could you upgrade to the latest version (1.8.1)? I'm gonna close this as there's nothing to do.

@solnic solnic closed this as completed Oct 10, 2022
@marian13
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants