julianolf / jekyll-theme-8bit

👾 A Jekyll theme inspired by classic 8bit games.
https://julianolf.github.io/jekyll-theme-8bit/
MIT License
32 stars 13 forks source link

Update bundler requirement from ~> 2.0.1 to ~> 2.1.0 #9

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on bundler to permit the latest version.

Release notes *Sourced from [bundler's releases](https://github.com/bundler/bundler/releases).* > ## v2.1.0 > Features: > > - Add support for new default gems. In particular, > > * `open3` [#7455](https://github-redirect.dependabot.com/bundler/bundler/pull/7455) > * `cgi`: [#7456](https://github-redirect.dependabot.com/bundler/bundler/pull/7456) > * `uri` [#7460](https://github-redirect.dependabot.com/bundler/bundler/pull/7460) > > plus other PRs removing or lazily loading usages of these gems from other places to not interfere with user's choice, such as [#7471](https://github-redirect.dependabot.com/bundler/bundler/pull/7471) or [#7473](https://github-redirect.dependabot.com/bundler/bundler/pull/7473) > > Bugfixes: > > - Fix `bundle exec rake install` failing [#7474](https://github-redirect.dependabot.com/bundler/bundler/pull/7474) > - Fix `bundle exec`'ing to rubygems being silent [#7442](https://github-redirect.dependabot.com/bundler/bundler/pull/7442) > - Restore previous `BUNDLE_GEMFILE` in `bundler/inline` [#7418](https://github-redirect.dependabot.com/bundler/bundler/pull/7418) > - Fix error when using `gem` DSL's `:glob` option for selecting gemspecs from a specific source [#7419](https://github-redirect.dependabot.com/bundler/bundler/pull/7419) > > Changes: > > - `bundle config` no longer warns when using "old interface" (might be deprecated again in the future) [#7475](https://github-redirect.dependabot.com/bundler/bundler/pull/7475) > - `bundle update` no longer warns when used without arguments (might be deprecated again in the future) [#7475](https://github-redirect.dependabot.com/bundler/bundler/pull/7475) > > ## 2.1.0.pre.3 (November 12, 2019) > > Features: > > - Add caller information to some deprecation messages to make them easier to fix [#7361](https://github-redirect.dependabot.com/bundler/bundler/pull/7361) > - Reconcile `bundle cache` vs `bundle package` everywhere. Now in docs, CLI help and everywhere else `bundle cache` is the preferred version and `bundle package` remains as an alias [#7389](https://github-redirect.dependabot.com/bundler/bundler/pull/7389) > - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](https://github-redirect.dependabot.com/bundler/bundler/pull/7394) > > Bugfixes: > > - Fix typos deprecation message and upgrading docs [#7374](https://github-redirect.dependabot.com/bundler/bundler/pull/7374) > - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](https://github-redirect.dependabot.com/bundler/bundler/pull/7385) > - Fix `--help` flag not correctly delegating to `man` when used with command aliases [#7388](https://github-redirect.dependabot.com/bundler/bundler/pull/7388) > - `bundle add` should cache newly added gems if an application cache exists [#7393](https://github-redirect.dependabot.com/bundler/bundler/pull/7393) > - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](https://github-redirect.dependabot.com/bundler/bundler/pull/7416) > - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](https://github-redirect.dependabot.com/bundler/bundler/pull/7417) > > ## 2.1.0.pre.2 (September 15, 2019) > > Bugfixes: > > - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github-redirect.dependabot.com/bundler/bundler/pull/7340)) > - Fix warnings about keyword argument separation on ruby 2.7 ([#7337](https://github-redirect.dependabot.com/bundler/bundler/pull/7337)) > > ## 2.1.0.pre.1 (August 28, 2019) > > One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming > ... (truncated)
Changelog *Sourced from [bundler's changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md).* > ## 2.1.0.pre.3 (November 12, 2019) > > Features: > > - Add caller information to some deprecation messages to make them easier to fix [#7361](https://github-redirect.dependabot.com/bundler/bundler/pull/7361) > - Reconcile `bundle cache` vs `bundle package` everywhere. Now in docs, CLI help and everywhere else `bundle cache` is the preferred version and `bundle package` remains as an alias [#7389](https://github-redirect.dependabot.com/bundler/bundler/pull/7389) > - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](https://github-redirect.dependabot.com/bundler/bundler/pull/7394) > > Bugfixes: > > - Fix typos deprecation message and upgrading docs [#7374](https://github-redirect.dependabot.com/bundler/bundler/pull/7374) > - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](https://github-redirect.dependabot.com/bundler/bundler/pull/7385) > - Fix `--help` flag not correctly delegating to `man` when used with command aliases [#7388](https://github-redirect.dependabot.com/bundler/bundler/pull/7388) > - `bundle add` should cache newly added gems if an application cache exists [#7393](https://github-redirect.dependabot.com/bundler/bundler/pull/7393) > - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](https://github-redirect.dependabot.com/bundler/bundler/pull/7416) > - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](https://github-redirect.dependabot.com/bundler/bundler/pull/7417) > > ## 2.1.0.pre.2 (September 15, 2019) > > Bugfixes: > > - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github-redirect.dependabot.com/bundler/bundler/pull/7340)) > - Fix warnings about keyword argument separation on ruby 2.7 ([#7337](https://github-redirect.dependabot.com/bundler/bundler/pull/7337)) > > ## 2.1.0.pre.1 (August 28, 2019) > > One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming > breaking changes in bundler 3 will be turned on by default. We do this to grab > feedback and communicate early to our users the kind of changes we're intending > to ship with bundler 3. See > [#6965](https://github-redirect.dependabot.com/bundler/bundler/pull/6965). > > Another important improvement is a better coexistence between bundler > installations and the default copy of bundler that comes with ruby installed as > a default gem. Since bundler is shipped as a default gem with ruby, a number of > users have been affected by issues where bundler ends up failing due to version > mismatches, because at some point of the execution, bundler switches to run the > default copy instead of the expected version. A number of PRs have been focused > on minimizing (hopefully eliminating) this, such as > [#7100](https://github-redirect.dependabot.com/bundler/bundler/pull/7100), > [#7137](https://github-redirect.dependabot.com/bundler/bundler/pull/7137), > [#6996](https://github-redirect.dependabot.com/bundler/bundler/pull/6996), > [#7056](https://github-redirect.dependabot.com/bundler/bundler/pull/7056), > [#7062](https://github-redirect.dependabot.com/bundler/bundler/pull/7062), > [#7193](https://github-redirect.dependabot.com/bundler/bundler/pull/7193), > [#7216](https://github-redirect.dependabot.com/bundler/bundler/pull/7216), > [#7274](https://github-redirect.dependabot.com/bundler/bundler/pull/7274) > > Deprecations: > > ... (truncated)
Commits - [`683fe97`](https://github.com/bundler/bundler/commit/683fe9799e37bff81e53f1a7e97d3a19896b8fc9) Merge [#7479](https://github-redirect.dependabot.com/bundler/bundler/issues/7479) - [`c40d5e1`](https://github.com/bundler/bundler/commit/c40d5e15898ae5679f89969ec22a2efb9b4f68c4) Changelog for 2.1.0 - [`e3f30d2`](https://github.com/bundler/bundler/commit/e3f30d2cf51bd8dbaf4b794c5ad76f6339ccc87a) Version 2.1.0 - [`9e84656`](https://github.com/bundler/bundler/commit/9e84656672fdc6d11f54c659c338365c72e3f825) Merge [#7483](https://github-redirect.dependabot.com/bundler/bundler/issues/7483) - [`acf122d`](https://github.com/bundler/bundler/commit/acf122dc63f90174e5d6cd0e71a51768fc5007e4) Merge [#7482](https://github-redirect.dependabot.com/bundler/bundler/issues/7482) - [`2b781e5`](https://github.com/bundler/bundler/commit/2b781e5ab96f5eeefa069f6503aba4250a2627f0) Merge [#7480](https://github-redirect.dependabot.com/bundler/bundler/issues/7480) - [`d1c4e5d`](https://github.com/bundler/bundler/commit/d1c4e5dc26468fb4127ae5dbdb2db4751b5970d3) Merge [#7478](https://github-redirect.dependabot.com/bundler/bundler/issues/7478) - [`fc867e3`](https://github.com/bundler/bundler/commit/fc867e3f1c58b0dc84d3b4446f62f73d8ab01af6) Merge [#7418](https://github-redirect.dependabot.com/bundler/bundler/issues/7418) - [`bd0111a`](https://github.com/bundler/bundler/commit/bd0111aae3a516a34d33a642c2e8424bc50f1604) Merge [#7477](https://github-redirect.dependabot.com/bundler/bundler/issues/7477) - [`02a4f65`](https://github.com/bundler/bundler/commit/02a4f65a2582f91951218ca904d3b02eb0c2761a) Merge [#7475](https://github-redirect.dependabot.com/bundler/bundler/issues/7475) - Additional commits viewable in [compare view](https://github.com/bundler/bundler/compare/v2.0.1...v2.1.0)


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.


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)