From 6365a5d94f8f0e00ecb3ed791d91647bbcb4cff8 Mon Sep 17 00:00:00 2001 From: Felix Moehler Date: Fri, 5 Jul 2024 16:40:37 +0200 Subject: [PATCH] bump ruby-prof version from 1.6.3 to 1.7.0 --- src/Gemfile | 2 +- src/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Gemfile b/src/Gemfile index fd8a7a39589..8ed6aacbc23 100644 --- a/src/Gemfile +++ b/src/Gemfile @@ -24,7 +24,7 @@ gem 'json', '~>2' gem 'talentbox-delayed_job_sequel', '~>4.3' -gem 'ruby-prof', '1.6.3' +gem 'ruby-prof' group :production do gem 'mysql2' diff --git a/src/Gemfile.lock b/src/Gemfile.lock index eddaf887840..7d92e6f4696 100644 --- a/src/Gemfile.lock +++ b/src/Gemfile.lock @@ -314,7 +314,7 @@ GEM parser (>= 3.3.1.0) rubocop-git (0.1.3) rubocop (>= 0.24.1) - ruby-prof (1.6.3) + ruby-prof (1.7.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rufus-scheduler (3.9.1) @@ -403,7 +403,7 @@ DEPENDENCIES rspec-its rubocop rubocop-git - ruby-prof (= 1.6.3) + ruby-prof simplecov sinatra (>= 2.2.0) sinatra-contrib (>= 2.2.0)