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

Update dry-types #563

Merged
merged 3 commits into from
Feb 27, 2020
Merged

Update dry-types #563

merged 3 commits into from
Feb 27, 2020

Conversation

mereghost
Copy link
Member

This makes model alpha releasable. =)

We had an issue with dry-types 1.2 removing .meta from structs, which Nikita promptly fixed.

@mereghost mereghost added the fix label Dec 20, 2019
@mereghost mereghost self-assigned this Dec 20, 2019
@mereghost mereghost force-pushed the update-dry-types branch 2 times, most recently from 21c75b0 to 9b6dedb Compare December 20, 2019 12:17
Copy link
Member

@jodosha jodosha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mereghost 👍

@jodosha jodosha added this to the v2.0.0 milestone Feb 10, 2020
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rom", "~> 5.1"
spec.add_runtime_dependency "rom-repository", "~> 5.1"
spec.add_runtime_dependency "rom-sql", "~> 3.0"
spec.add_runtime_dependency "dry-types", "~> 1.1"
spec.add_runtime_dependency "dry-types", "~> 1.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT if we set 1.3 version instead 1.2? in this case, we'll able to use latest dry-system and I'll have an ability to test my library for dry-system dependency graph 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC it wasn't available at the time I made the changes. I'll give it a try and see how it goes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, updating to 1.3 introduces new issues. I'll merge this, and open a new one to 1.3 otherwise it will get confusing.

@mereghost mereghost merged commit 5fedede into unstable Feb 27, 2020
@mereghost mereghost deleted the update-dry-types branch February 27, 2020 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants