Update ruby-prof gem to 1.4.1

See https://github.com/ruby-prof/ruby-prof/blob/1.4.1/CHANGES
pull/15867/head
Rafa de la Torre 4 years ago
parent 64137f17b1
commit bfaa3bcb09

@ -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.

@ -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)

@ -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)

Loading…
Cancel
Save