-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
upgrade mustermann-grape to 1.0.0 #1569
Conversation
Generated by 🚫 danger |
That's a very rigid dependency and prevents us from releasing Grape v. next. Would |
I would also add a CHANGELOG line that says that #1511 is fixed by this PR. |
9eeb2ba
to
fb26c1b
Compare
Nope,
Fixed. |
I don't think unifying versioning with mustermann is needed, but otherwise I think you should release 1.0 (not a beta) and call it a day. I don't think we should merge this PR until Grape is forward compatible. |
I got your point, it's reasonable. |
fb26c1b
to
63e66e3
Compare
@dblock mustermann-1.0.0 has been released, so I cut a new release of mustermann-grape-1.0.0. |
grape.gemspec
Outdated
@@ -13,7 +13,7 @@ Gem::Specification.new do |s| | |||
s.license = 'MIT' | |||
|
|||
s.add_runtime_dependency 'rack', '>= 1.3.0' | |||
s.add_runtime_dependency 'mustermann-grape', '~> 0.4.0' | |||
s.add_runtime_dependency 'mustermann-grape', '1.0.0' |
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.
Should be ~> 1.0.0
for any minor bug fixes, or it will lock at 1.0 no?
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.
Right. Fixed.
63e66e3
to
d9fc169
Compare
ref #1511