Skip to content

Support Grape 1.4.0 #796

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

Merged
merged 1 commit into from
Jun 12, 2020
Merged

Support Grape 1.4.0 #796

merged 1 commit into from
Jun 12, 2020

Conversation

thedanielhanke
Copy link
Contributor

dont call me impatient, but it came to my attention that grapes master-branch version is > 1.3.0

Not quite sure about desired version handling, so i guessed the closest to ~> 1.3.0 while supporting 1.4.0 too, is to go >= 1.3.0 < 1.5.0.

@grape-bot
Copy link

grape-bot commented Jun 11, 2020

1 Message
📖 We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Generated by 🚫 danger

@coveralls
Copy link

coveralls commented Jun 11, 2020

Coverage Status

Coverage remained the same at 99.454% when pulling 047ef19 on thedanielhanke:support/grape-1.4.0 into 17fe8a6 on ruby-grape:master.

@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.required_ruby_version = '>= 2.4'
s.add_runtime_dependency 'grape', '~> 1.3.0'
s.add_runtime_dependency 'grape', '>= 1.3.0', '< 1.5.0'
Copy link
Member

Choose a reason for hiding this comment

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

use '~> 1.3' instead, it will do the magic

Copy link
Contributor Author

Choose a reason for hiding this comment

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

gosh..yep :palm:
since your comment is longer and more content than the actual change, well, "sorry" for "contributing " 😄 thanks

@LeFnord
Copy link
Member

LeFnord commented Jun 12, 2020

😄 … every commit is a contribution, thanks @thedanielhanke

@LeFnord LeFnord merged commit 71612be into ruby-grape:master Jun 12, 2020
@thedanielhanke thedanielhanke deleted the support/grape-1.4.0 branch June 17, 2020 23:43
aka-momo pushed a commit to aka-momo/grape-swagger that referenced this pull request Feb 8, 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.

4 participants