From 3b785f1e965faa1ab3d578ac65396f1fd11418c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 07:08:09 +0000 Subject: [PATCH] Bump ruby-prof from 1.0.0 to 1.1.0 Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof) from 1.0.0 to 1.1.0. - [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/1.0.0...1.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e39f242a..374d75b1 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ group :test do gem 'rspec-rails' gem 'webmock' gem 'rubocop', require: false - gem 'ruby-prof', '1.0.0' + gem 'ruby-prof', '1.1.0' gem 'shoulda-matchers', '~> 4.1' gem 'rails-controller-testing' end diff --git a/Gemfile.lock b/Gemfile.lock index 7c7b1a5e..c9698527 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1384,7 +1384,7 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - ruby-prof (1.0.0) + ruby-prof (1.1.0) ruby-progressbar (1.10.1) ruby-vips (2.0.16) ffi (~> 1.9) @@ -1544,7 +1544,7 @@ DEPENDENCIES rspec-prof rspec-rails rubocop - ruby-prof (= 1.0.0) + ruby-prof (= 1.1.0) sass-rails selenium-webdriver serendipitous!