diff --git a/Gemfile b/Gemfile index a0f70052b..a9f9b0bd8 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ group :test do gem "launchy", "~> 2.4" # Launchy is helper class for launching cross-platform applications in a fire and forget manner. gem "pundit-matchers", "~> 1.6" # A set of RSpec matchers for testing Pundit authorisation policies gem "rspec-retry", "~> 0.6" # retry intermittently failing rspec examples - gem "ruby-prof", "~> 1.0", require: false # ruby-prof is a fast code profiler for Ruby + gem "ruby-prof", "~> 1.1", require: false # ruby-prof is a fast code profiler for Ruby gem "shoulda-matchers", "4.1.2", require: false # Simple one-liner tests for common Rails functionality gem "simplecov", "~> 0.17", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers diff --git a/Gemfile.lock b/Gemfile.lock index 0a9af2675..47e0619df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -681,7 +681,7 @@ GEM rubocop (>= 0.72.0) rubocop-rspec (1.37.0) rubocop (>= 0.68.1) - ruby-prof (1.0.0) + ruby-prof (1.1.0) ruby-progressbar (1.10.1) ruby-statistics (2.1.1) ruby-vips (2.0.15) @@ -960,7 +960,7 @@ DEPENDENCIES rubocop-performance (~> 1.5) rubocop-rails (~> 2.4) rubocop-rspec (~> 1.37) - ruby-prof (~> 1.0) + ruby-prof (~> 1.1) rubyzip (~> 2.0) s3_direct_upload (~> 0.1) sass-rails (~> 6.0)