Changelog
*Sourced from [ox's changelog](https://github.com/ohler55/ox/blob/master/CHANGELOG.md).*
> ## [2.12.1] - 2020-01-05
>
> Ruby 2.7.0
>
> ### Fixed
>
> - Updated for Ruby 2.7.0. More strict type checking. Function signature changes, and `Object#taint` deprecated.
>
> ## [2.12.0] - 2019-12-18
>
> ### Added
>
> - Add `no_empty` option to not allow and use instead.
>
> ## [2.11.0] - 2019-06-14
>
> ### Changed
> - Ox::SyntaxError replaces SyntaxError where such an exception would have previously been raised.
>
> ### Fixed
> - File offsets when using the SAX parser now use `off_t`. Setting
> `-D_FILE_OFFSET_BITS=64` in the Makefile may allow 32 bit systems to access
> files larger than 2^32 in size. This has not been tested.
>
> ## [2.10.1] - 2019-05-27
>
> ### Fixed
> - Remove extra space from doctype dump.
>
> ## [2.10.0] - 2018-08-26
>
> ### Fixed
> - `:element_key_mod` and `:attr_key_mod` options were added to allow keys to be modified when loading.
>
> ## [2.9.4] - 2018-07-16
>
> ### Fixed
> - Fixed issue with malformed object mode input.
>
> ## [2.9.3] - 2018-06-12
>
> ### Fixed
> - Handle `\0` in dumped strings better.
> - No `\n` added on dumped if indent is less than zero.
>
> ## [2.9.2] - 2018-04-16
>
> ### Fixed
> - `locate` fixed to cover a missing condition with named child thanks to mberlanda.
>
> ... (truncated)
Commits
- [`5860d48`](https://github.com/ohler55/ox/commit/5860d48a578f1838c11e49fe5857624e4918c8b8) gemspec fix
- [`1311876`](https://github.com/ohler55/ox/commit/13118768537be9b8c906fb7fc0ea66ccfb1bd3b8) Update for Ruby 2.7.0
- [`0c5e482`](https://github.com/ohler55/ox/commit/0c5e482a4c0d7c2e9b9b4f952d79618aa577fd39) travis matrix
- [`86a2063`](https://github.com/ohler55/ox/commit/86a2063024a86ec276b5584a388fac88a46ac6af) Looking for ruby 2.6.x on travis
- [`8edefc9`](https://github.com/ohler55/ox/commit/8edefc9341e136e0e88fcd1fbf668e6f885f58e8) Resolve build issues with 2.7.0
- [`9e67956`](https://github.com/ohler55/ox/commit/9e67956b80a2709d0c6c025963c5f2045372b354) sudo false
- [`8b5ebc6`](https://github.com/ohler55/ox/commit/8b5ebc66836d7cf7a4234479a0342b0e7608c6f5) travis update
- [`672c152`](https://github.com/ohler55/ox/commit/672c1529143497ccbe7a7d60a59f56332e85d17e) travis update
- [`87d5c47`](https://github.com/ohler55/ox/commit/87d5c4774a6a84bfcb2aebeb4658fc9aa22bd874) travis update
- [`1330f5b`](https://github.com/ohler55/ox/commit/1330f5b2e0a3b18558cbd73a3f511455efc3929e) travis update
- Additional commits viewable in [compare view](https://github.com/ohler55/ox/compare/v2.3.0...v2.12.1)
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 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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/piesync/billbo/network/alerts).
Bumps ox from 2.3.0 to 2.12.1.
Changelog
*Sourced from [ox's changelog](https://github.com/ohler55/ox/blob/master/CHANGELOG.md).* > ## [2.12.1] - 2020-01-05 > > Ruby 2.7.0 > > ### Fixed > > - Updated for Ruby 2.7.0. More strict type checking. Function signature changes, and `Object#taint` deprecated. > > ## [2.12.0] - 2019-12-18 > > ### Added > > - Add `no_empty` option to not allowCommits
- [`5860d48`](https://github.com/ohler55/ox/commit/5860d48a578f1838c11e49fe5857624e4918c8b8) gemspec fix - [`1311876`](https://github.com/ohler55/ox/commit/13118768537be9b8c906fb7fc0ea66ccfb1bd3b8) Update for Ruby 2.7.0 - [`0c5e482`](https://github.com/ohler55/ox/commit/0c5e482a4c0d7c2e9b9b4f952d79618aa577fd39) travis matrix - [`86a2063`](https://github.com/ohler55/ox/commit/86a2063024a86ec276b5584a388fac88a46ac6af) Looking for ruby 2.6.x on travis - [`8edefc9`](https://github.com/ohler55/ox/commit/8edefc9341e136e0e88fcd1fbf668e6f885f58e8) Resolve build issues with 2.7.0 - [`9e67956`](https://github.com/ohler55/ox/commit/9e67956b80a2709d0c6c025963c5f2045372b354) sudo false - [`8b5ebc6`](https://github.com/ohler55/ox/commit/8b5ebc66836d7cf7a4234479a0342b0e7608c6f5) travis update - [`672c152`](https://github.com/ohler55/ox/commit/672c1529143497ccbe7a7d60a59f56332e85d17e) travis update - [`87d5c47`](https://github.com/ohler55/ox/commit/87d5c4774a6a84bfcb2aebeb4658fc9aa22bd874) travis update - [`1330f5b`](https://github.com/ohler55/ox/commit/1330f5b2e0a3b18558cbd73a3f511455efc3929e) travis update - Additional commits viewable in [compare view](https://github.com/ohler55/ox/compare/v2.3.0...v2.12.1)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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/piesync/billbo/network/alerts).