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 to work with Grape 2.0 #911

Closed
wants to merge 2 commits into from
Closed

Conversation

mscrivo
Copy link

@mscrivo mscrivo commented Nov 13, 2023

as per title, bumps to version 1.6.2 in prep for a release.

@mscrivo
Copy link
Author

mscrivo commented Nov 13, 2023

fyi @dblock not sure if you get notified for all PRs

Copy link
Member

@LeFnord LeFnord left a 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
Copy link
Member

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)
Copy link
Member

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']
Copy link
Member

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'
Copy link
Member

Choose a reason for hiding this comment

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

please revert it

@LeFnord
Copy link
Member

LeFnord commented Nov 13, 2023

and please no hurry next time, some people have to work for money

@LeFnord
Copy link
Member

LeFnord commented Nov 13, 2023

and yeah … there is a PR for it, see #910

@mscrivo
Copy link
Author

mscrivo commented Nov 13, 2023

I did not see that PR, my apologies. I'll close this once that gets merged.

@LeFnord
Copy link
Member

LeFnord commented Nov 14, 2023

closing it in favour of #910

@LeFnord LeFnord closed this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants