From fea2758869bfd7c25b4d7fa6d4b0489ee21d8a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:26:36 +0000 Subject: [PATCH] Update irb-power_assert requirement from 0.2.0 to 0.3.1 (#538) Updates the requirements on [irb-power_assert](https://github.com/kachick/irb-power_assert) to permit the latest version. - [Release notes](https://github.com/kachick/irb-power_assert/releases) - [Commits](https://github.com/kachick/irb-power_assert/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: irb-power_assert dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7ca4733c..832413f7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.2.1') gem('irb', '~> 1.13.1') - gem('irb-power_assert', '0.2.0') + gem('irb-power_assert', '0.3.1') gem('perfect_toml', '~> 0.9.0', require: false) end