-
Notifications
You must be signed in to change notification settings - Fork 29
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
Don't require hashie #44
Conversation
1 similar 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.
You definitely want a CHANGELOG for this as you're dropping support for older rubies.
@@ -1,6 +1,7 @@ | |||
before_install: gem install bundler -v '1.15.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.
Probably should just be gem install bundler
, but maybe locking it is better, dunno.
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.
This is because bundler v1.15.1 also has a bug. rubygems/bundler#5373 (comment)
Wait till it is released?
(FIY https://travis-ci.org/ruby-grape/grape-rabl/jobs/250298754)
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.
YOLO whatever version works
2 similar comments
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.
More cosmetic changes, please.
@@ -1,6 +1,7 @@ | |||
before_install: gem install bundler -v '1.15.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.
YOLO whatever version works
@@ -1,6 +1,6 @@ | |||
#### Next | |||
|
|||
* Your contribution here. | |||
* Don't require unused hashie and drop support of Ruby 2.0, 2.1 |
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.
Make these two separate entries, leave your contribution here and make them in the same format as the other lines with a link to the issue and your name, please.
I'll just merge it and fixup changelog via #45 |
I'm sorry for my carelessness. |
you did totally great, thanks for contributing @tsuwatch! |
@dblock Any chance you can release a new version that includes this change? |
Done. |
Thanks! |
Follow up ruby-grape/grape#1594