diff --git a/Gemfile b/Gemfile index cca4b654..dad82e3d 100644 --- a/Gemfile +++ b/Gemfile @@ -127,7 +127,7 @@ group :test do gem 'rspec-rails' gem 'webmock' gem 'rubocop', require: false - gem 'ruby-prof', '1.1.0' + gem 'ruby-prof', '1.2.0' gem 'shoulda-matchers', '~> 4.2' gem 'rails-controller-testing' end diff --git a/Gemfile.lock b/Gemfile.lock index 96b00530..390033f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1394,7 +1394,7 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - ruby-prof (1.1.0) + ruby-prof (1.2.0) ruby-progressbar (1.10.1) ruby-vips (2.0.17) ffi (~> 1.9) @@ -1555,7 +1555,7 @@ DEPENDENCIES rspec-prof rspec-rails rubocop - ruby-prof (= 1.1.0) + ruby-prof (= 1.2.0) sass-rails selenium-webdriver serendipitous!