-
Notifications
You must be signed in to change notification settings - Fork 472
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 to work with Grape 2.0 #911
Conversation
fyi @dblock not sure if you get notified for all PRs |
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.
thanks @mscrivo … please revert unrelated changes
run: | | ||
bundle update | ||
bundle exec rspec | ||
- name: Check out branch |
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.
any reason why this change?
it isn't related nor needed
#### Fixes | ||
|
||
* [#903](https://github.com/ruby-grape/grape-swagger/pull/903): Accept `example` documentation parameter for arrays - [@VladMomotov](https://github.com/VladMomotov) | ||
* [#911](https://github.com/ruby-grape/grape-swagger/pull/911): Fix compatibility with Grape 2.0.0 - [@mscrivo](https://github.com/mscrivo) |
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.
please move it to the feature section
@@ -15,7 +15,7 @@ Gem::Specification.new do |s| | |||
s.metadata['rubygems_mfa_required'] = 'true' | |||
|
|||
s.required_ruby_version = '>= 2.7' | |||
s.add_runtime_dependency 'grape', '~> 1.3' | |||
s.add_runtime_dependency 'grape', ['>= 1.3.0', '< 3.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.
??? any reason why
@@ -1,5 +1,5 @@ | |||
# frozen_string_literal: true | |||
|
|||
module GrapeSwagger | |||
VERSION = '1.6.1' | |||
VERSION = '1.6.2' |
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.
please revert it
and please no hurry next time, some people have to work for money |
and yeah … there is a PR for it, see #910 |
I did not see that PR, my apologies. I'll close this once that gets merged. |
closing it in favour of #910 |
as per title, bumps to version 1.6.2 in prep for a release.