Update the rspec_profiling gem to 0.0.5
Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
... | ... | @@ -284,7 +284,7 @@ group :development, :test do |
gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
gem 'spinach-rerun-reporter', '~> 0.0.2' | ||
gem 'rspec_profiling' | ||
gem 'rspec_profiling', '~> 0.0.5' | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 5.7.0' | ||
... | ... |
Please register or sign in to comment