Skip to content

Commit

Permalink
Bump ruby-prof from 1.1.0 to 1.2.0 (#5754)
Browse files Browse the repository at this point in the history
Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/ruby-prof/ruby-prof/releases)
- [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES)
- [Commits](ruby-prof/ruby-prof@1.1.0...1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and benhalpern committed Jan 27, 2020
1 parent be884a9 commit 10a98bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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.1", require: false # ruby-prof is a fast code profiler for Ruby
gem "ruby-prof", "~> 1.2", require: false # ruby-prof is a fast code profiler for Ruby
gem "shoulda-matchers", "4.2.0", 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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ GEM
rubocop (>= 0.72.0)
rubocop-rspec (1.37.1)
rubocop (>= 0.68.1)
ruby-prof (1.1.0)
ruby-prof (1.2.0)
ruby-progressbar (1.10.1)
ruby-statistics (2.1.1)
ruby-vips (2.0.15)
Expand Down Expand Up @@ -974,7 +974,7 @@ DEPENDENCIES
rubocop-performance (~> 1.5)
rubocop-rails (~> 2.4)
rubocop-rspec (~> 1.37)
ruby-prof (~> 1.1)
ruby-prof (~> 1.2)
rubyzip (~> 2.1)
s3_direct_upload (~> 0.1)
sass-rails (~> 6.0)
Expand Down

0 comments on commit 10a98bc

Please sign in to comment.