-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Money#allocate calculates weights already #2836
Conversation
also related RubyMoney/monetize#118 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great @huoxito. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to also raise the version?
core/solidus_core.gemspec
Outdated
@@ -35,7 +35,7 @@ Gem::Specification.new do |s| | |||
s.add_dependency 'discard', '~> 1.0' | |||
s.add_dependency 'friendly_id', '~> 5.0' | |||
s.add_dependency 'kaminari-activerecord', '~> 1.1' | |||
s.add_dependency 'monetize', '~> 1.8.0' | |||
s.add_dependency 'monetize', '~> 1.9' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.8 does not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tvdeyen it does indeed, we don't have to raise the version I can add it back to ~> 1.8
let me konw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Please. We want to be as conservative as possible with dependencies
I've set monetize back to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Related to 3f027e2. Assuming build is still green for both monetize 1.8 and 1.9 we can loose that dependency again.