From bfaa3bcb09e0c83466d27347fb6cc201d1e351eb Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Fri, 25 Sep 2020 16:23:58 +0200 Subject: [PATCH] Update ruby-prof gem to 1.4.1 See https://github.com/ruby-prof/ruby-prof/blob/1.4.1/CHANGES --- Gemfile | 2 +- Gemfile.lock | 4 ++-- NEWS.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2eeeaf7a55..340b08adc9 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'nokogiri', '~> 1.10' gem 'statsd-client', '0.0.7', require: 'statsd' gem 'aws-sdk-acmpca', '~> 1' gem 'aws-sdk-s3', '~> 1' -gem 'ruby-prof', '0.15.1' +gem 'ruby-prof', '1.4.1' gem 'request_store', '1.1.0' # It's used in the dataimport and arcgis. diff --git a/Gemfile.lock b/Gemfile.lock index b69a3e973d..72606f99f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -414,7 +414,7 @@ GEM rubocop-rspec (1.43.2) rubocop (~> 0.87) ruby-ole (1.2.12.2) - ruby-prof (0.15.1) + ruby-prof (1.4.1) ruby-progressbar (1.10.1) ruby-saml (1.7.0) nokogiri (>= 1.5.10) @@ -587,7 +587,7 @@ DEPENDENCIES rubocop (~> 0.92) rubocop-rails rubocop-rspec - ruby-prof (= 0.15.1) + ruby-prof (= 1.4.1) ruby-saml (= 1.7.0) rubyzip (>= 2.0.0) selenium-webdriver (>= 2.5.0) diff --git a/NEWS.md b/NEWS.md index df470ad5b4..3bd018b634 100644 --- a/NEWS.md +++ b/NEWS.md @@ -44,6 +44,7 @@ Development * Update DO subscriptions email [#15851](https://github.com/CartoDB/cartodb/pull/15851) * Remove beta descriptor from Direct SQL Connection text [#15854](https://github.com/CartoDB/cartodb/pull/15854) * Added a script to generate a graph of Sequel models associations [#15865](https://github.com/CartoDB/cartodb/pull/15865) +* Upgrade ruby-prof gem to 1.4.1 [#15867](https://github.com/CartoDB/cartodb/pull/15867) * Migrate `::FeatureFlagsUser` to `ActiveRecord` [#15841](https://github.com/CartoDB/cartodb/pull/15841) * Migrate `::SearchTweet` to ActiveRecord [#15859](https://github.com/CartoDB/cartodb/pull/15859) * Make import/export of user metadata resilient to missing feature flag [#15872](https://github.com/CartoDB/cartodb/pull/15872)