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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/plashchynski/crono/pull/84
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/30/2019
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/bundler/haml-5.1.2`
---
### 📝 Commits (1)
- [`a99e8fd`](https://github.com/plashchynski/crono/commit/a99e8fd535b28d02e91f7e32380360cf07e720ea) Bump haml from 4.0.7 to 5.1.2
### 📊 Changes
**1 file changed** (+4 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Gemfile.lock` (+4 -2)
</details>
### 📄 Description
Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.1.2.
<details>
<summary>Changelog</summary>
*Sourced from [haml's changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md).*
> ## 5.1.2
>
> Released on August 6, 2019
> ([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2)).
>
> * Fix crash in some environments such as New Relic by unfreezing string literals for ParseNode#inspect. [#1016](https://github-redirect.dependabot.com/haml/haml/pull/1016) (thanks [Jalyna](https://github.com/jalyna))
>
> ## 5.1.1
>
> Released on May 25, 2019
> ([diff](https://github.com/haml/haml/compare/v5.1.0...v5.1.1)).
>
> * Fix NameError bug that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails < 5.1 + erubi. (Akira Matsuda)
>
> ## 5.1.0
>
> Released on May 16, 2019
> ([diff](https://github.com/haml/haml/compare/v5.0.4...v5.1.0)).
>
> * Rails 6 support [#1008](https://github-redirect.dependabot.com/haml/haml/pull/1008) (thanks [Seb Jacobs](https://github.com/sebjacobs))
> * Add `escape_filter_interpolations` option for backwards compatibility with haml 4 defaults [#984](https://github-redirect.dependabot.com/haml/haml/pull/984) (thanks [Will Jordan](https://github.com/wjordan))
> * Fix error on empty :javascript and :css filter blocks [#986](https://github-redirect.dependabot.com/haml/haml/pull/986) (thanks [Will Jordan](https://github.com/wjordan))
> * Respect changes in Haml::Options.defaults in `Haml::TempleEngine` options (Takashi Kokubun)
> * Un-freeze TempleEngine precompiled string literals [#983](https://github-redirect.dependabot.com/haml/haml/pull/983) (thanks [Will Jordan](https://github.com/wjordan))
> * Various performance/memory improvements [#965](https://github-redirect.dependabot.com/haml/haml/pull/965), [#966](https://github-redirect.dependabot.com/haml/haml/pull/966), [#963](https://github-redirect.dependabot.com/haml/haml/pull/963) (thanks [Dillon Welch](https://github.com/oniofchaos))
> * Enable `frozen_string_literal` magic comment for all .rb files [#967](https://github-redirect.dependabot.com/haml/haml/pull/967) (thanks [Dillon Welch](https://github.com/oniofchaos))
>
> ## 5.0.4
>
> Released on October 13, 2017
> ([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).
>
> * Fix `haml -c --stdin` regression in 5.0.2. [#958](https://github-redirect.dependabot.com/haml/haml/pull/958) (thanks [Timo Göllner](https://github.com/TeaMoe))
> * Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)
>
> ## 5.0.3
>
> Released on September 7, 2017
> ([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.3)).
>
> * Use `String#dump` instead of `String#inspect` to generate string literal. (Takashi Kokubun)
> * Fix Erubi superclass mismatch error. [#952](https://github-redirect.dependabot.com/haml/haml/pull/952) (thanks [Robin Daugherty](https://github.com/RobinDaugherty))
>
> ## 5.0.2
>
> Released on August 1, 2017
> ([diff](https://github.com/haml/haml/compare/v5.0.1...v5.0.2)).
>
> * Let `haml -c` fail if generated Ruby code is syntax error. [#880](https://github-redirect.dependabot.com/haml/haml/issues/880) (Takashi Kokubun)
> * Fix `NoMethodError` bug caused with Sprockets 3 and :sass filter. [#930](https://github-redirect.dependabot.com/haml/haml/pull/930) (thanks [Gonzalez Maximiliano](https://github.com/emaxi))
></tr></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>
- [`9be4e1f`](https://github.com/haml/haml/commit/9be4e1fd86a5086ba234053f5c21eeece39af681) Version 5.1.2
- [`645fcfc`](https://github.com/haml/haml/commit/645fcfcb47c9286b722fbd8f62662a35d893994d) rails 4.2 requires bundler \< 2 without bundler >= 2 being installed
- [`4dbb180`](https://github.com/haml/haml/commit/4dbb180479a506623c1b33be0f7da19b85fbd4ec) Merge pull request [#1016](https://github-redirect.dependabot.com/haml/haml/issues/1016) from jalyna/fix-frozen-string-literals-on-inspect
- [`bc88181`](https://github.com/haml/haml/commit/bc881814e66181d1f7dd146fdc27eeed7c438d5e) Unfreeze string literals for ParseNode#inspect
- [`a054e2a`](https://github.com/haml/haml/commit/a054e2ad7964f894fce032737f9a4f0e146700a5) Stop polluting toplevel unnecessarily
- [`2705bbc`](https://github.com/haml/haml/commit/2705bbc6129e348d54e13d8b9890a4379d2df2ce) :golf:
- [`c7da7a1`](https://github.com/haml/haml/commit/c7da7a1fc199969512a4af0f94263a3a8eef1696) ruby < 1.9.3 is no longer supported
- [`d134875`](https://github.com/haml/haml/commit/d134875c7f3d6400e80a17397105a5161ee090ce) Freeze some constants
- [`f7c5baa`](https://github.com/haml/haml/commit/f7c5baa77c3fa9808bd08f4d9163187bb9658fd9) if + else = elsif
- [`d6c50ec`](https://github.com/haml/haml/commit/d6c50ecb5be4499668ff97a171e07c65064bf40f) This has been just an accessor since 1b784bcc50f5f437fd85b9e1a5fe147665d5a5ca
- Additional commits viewable in [compare view](https://github.com/haml/haml/compare/4.0.7...v5.1.2)
</details>
<br />
[](https://help.github.com/articles/configuring-automated-security-fixes)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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/plashchynski/crono/network/alerts).
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/84
Author: @dependabot[bot]
Created: 10/30/2019
Status: ❌ Closed
Base:
master← Head:dependabot/bundler/haml-5.1.2📝 Commits (1)
a99e8fdBump haml from 4.0.7 to 5.1.2📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
Gemfile.lock(+4 -2)📄 Description
Bumps haml from 4.0.7 to 5.1.2.
Changelog
Sourced from haml's changelog.
Commits
9be4e1fVersion 5.1.2645fcfcrails 4.2 requires bundler < 2 without bundler >= 2 being installed4dbb180Merge pull request #1016 from jalyna/fix-frozen-string-literals-on-inspectbc88181Unfreeze string literals for ParseNode#inspecta054e2aStop polluting toplevel unnecessarily2705bbc⛳c7da7a1ruby < 1.9.3 is no longer supportedd134875Freeze some constantsf7c5baaif + else = elsifd6c50ecThis has been just an accessor since 1b784bcc50f5f437fd85b9e1a5fe147665d5a5caDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.