diff --git a/Gemfile b/Gemfile index c6013e48..c1454271 100644 --- a/Gemfile +++ b/Gemfile @@ -129,7 +129,7 @@ group :test do gem 'rspec-rails' gem 'webmock' gem 'rubocop', require: false - gem 'ruby-prof', '1.3.2' + gem 'ruby-prof', '1.4.1' gem 'shoulda-matchers', '~> 4.3' gem 'rails-controller-testing' end diff --git a/Gemfile.lock b/Gemfile.lock index 260d78de..0f35c02f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1405,7 +1405,7 @@ GEM rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - ruby-prof (1.3.2) + ruby-prof (1.4.1) ruby-progressbar (1.10.1) ruby-vips (2.0.17) ffi (~> 1.9) @@ -1573,7 +1573,7 @@ DEPENDENCIES rspec-prof rspec-rails rubocop - ruby-prof (= 1.3.2) + ruby-prof (= 1.4.1) sass-rails selenium-webdriver serendipitous!