Joseph Haig

Results 30 comments of Joseph Haig

Bundler didn't make it into 2.5 last year in the end but it looks as though they are making another attempt with 2.6 and [Rubygems](https://rubygems.org/gems/bundle) now shows over 4,000,000 downloads...

I was not being entirely serious. :-)

Sorry, I pressed the wrong button and marked this as ready for review. Conflicts are not yet resolved.

There are breaking changes so simply relaxing the dependency is not enough. * The `dependency` method has been removed. This is used in `lib/zendesk_api/middleware/request/encode_json.rb`. * `Faraday::Response::Middleware` has been removed. This...

@rsl I absolutely agree and yes, my reply was not an official reply. I was hoping that I had provided enough information so that the Zendesk developers could work on...

Thanks @MyronFanQiu I'll use the [`azure-key-vault`](https://rubygems.org/gems/azure-key-vault) gem instead. It is an unofficial, 3rd-party gem but it does what I need for the moment.

I am surprised to see that this passed in Travis CI even though, in the log with Ruby 2.3.0, there are errors: ``` $ ruby -v code/enumerable/inject-symbol-plus-vs-sum.rb ruby 2.3.0p0 (2015-12-25...

_Ahem_ Consider this a feature request (and I'm hoping it is possible but too fiddly). :-) I happen to have found a score for Ron Grainer's Dr Who theme and...

Erm, you've seen this? :-) https://www.youtube.com/watch?v=uLIaXOPBD_M Officially "Awesomeness on stilts" (according to @ntoll)

> May I know the objective of this PR? We already have migrated from travis to GitHub actions (#1198) and as far as I see, all tests pass. What issue...