From e0d71b656cee1d82e11497dcd60a75a1de191749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 03:57:48 +0000 Subject: [PATCH] Bump ruby-prof from 0.18.0 to 1.6.3 Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof) from 0.18.0 to 1.6.3. - [Release notes](https://github.com/ruby-prof/ruby-prof/releases) - [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES) - [Commits](https://github.com/ruby-prof/ruby-prof/compare/0.18.0...1.6.3) --- updated-dependencies: - dependency-name: ruby-prof dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8fcde741..7ee75c08 100644 --- a/Gemfile +++ b/Gemfile @@ -23,5 +23,5 @@ end group :development do gem "pry", "0.14.2" - gem "ruby-prof", "0.18.0" + gem "ruby-prof", "1.6.3" end diff --git a/Gemfile.lock b/Gemfile.lock index c2a38fdd..8aed3519 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM rubocop (>= 0.72.0) rubocop-rspec (1.39.0) rubocop (>= 0.68.1) - ruby-prof (0.18.0) + ruby-prof (1.6.3) ruby-progressbar (1.11.0) rubyzip (2.3.0) sass (3.7.4) @@ -183,7 +183,7 @@ DEPENDENCIES rspec (= 3.12.0) rubocop (~> 0.74.0) rubocop-rspec (= 1.39.0) - ruby-prof (= 0.18.0) + ruby-prof (= 1.6.3) selenium-webdriver (= 3.142.6) test-unit (= 3.3.3)