revelrylabs / hubkit

Hubkit provides methods for querying the github API at a higher level than making individual API calls. Think of it like an ORM for the github API.
MIT License
15 stars 2 forks source link

Update github_api requirement from ~> 0.16.0 to >= 0.16, < 0.19 #2

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on github_api to permit the latest version.

Changelog *Sourced from [github_api's changelog](https://github.com/piotrmurach/github/blob/master/CHANGELOG.md).* > ## [v0.18.2] - 2017-11-19 > > ### Fixed > * Fix basic auth header and remove spurious character by soh335 > * Fix 'disable_warnings' error in hashie dependency by requiring minimum version > > ## [v0.18.1] - 2017-10-07 > > ### Added > * Add the new Branch Protection API by Kartik Luke Singh([**kartikluke**](https://github.com/kartikluke)) > * Add ability to add & remove assignees to/from an issue by [**soh335**](https://github.com/soh335) > > ### Changed > * Remove hard dependency on old Faraday versions by David Calavera([**calavera**](https://github.com/calavera)) > * Change to relax addressable dependency > * Drop support for Ruby 1.9.3 > * Change Github module to remove ClassMethods module inclusion > * Change Github::API to add require_all helper > * Change all class to load required dependencies in place of global > > ### Fixed > * Fix Ruby warnings by Olle Jonsson([**olleolleolle**](https://github.com/olleolleolle)) > > ## [v0.17.0] - 2017-04-18 > > ### Added > * Add Projects API ([**samphilipd**](https://github.com/samphilipd)) > * Add Project Columns API ([**samphilipd**](https://github.com/samphilipd)) > * Add Project Cards API ([**samphilipd**](https://github.com/samphilipd)) > > ### Changed > * Change Normalizer to remove unnecessary branch condition ([**samphilipd**](https://github.com/samphilipd)) > > ### Fixed > * Fix ServiceError to account for non Hash type error message ([**samphilipd**](https://github.com/samphilipd)) > * Remove :content_type key from ParamsHash as clashes with reponse payload ([**samphilipd**](https://github.com/samphilipd)) > > ## [v0.16.0] - 2017-04-02 > > ### Added > * Add ability to follow HTTP 301, 302, 303, 307, and 308 redirects by Jeremy Fabre ([**jfabre**](https://github.com/jfabre)) > * Add :follow_redirects configuration option to allow disabling rediredcts for client > * Add API#disable_redirects call to allow disabling redirects inside a block call > * Add ability to query response headers as hash structures > > ### Changed > * Change Repos::Contents#archive to return location header to download resource > > ### Fixed > * Fix mashi warnings with key/in-built method collisions by Sam Davies ([**samphilipd**](https://github.com/samphilipd)) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/piotrmurach/github/commits/v0.18.2)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.