Skip to content

Commit

Permalink
Merge pull request #2535 from fmoehler/bump-ruby-prof
Browse files Browse the repository at this point in the history
bump ruby-prof version from 1.6.3 to 1.7.0
  • Loading branch information
rkoster authored Jul 11, 2024
2 parents 6f2c1ac + 6365a5d commit 53dcc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'json', '~>2'

gem 'talentbox-delayed_job_sequel', '~>4.3'

gem 'ruby-prof', '1.6.3'
gem 'ruby-prof'

group :production do
gem 'mysql2'
Expand Down
4 changes: 2 additions & 2 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ GEM
parser (>= 3.3.1.0)
rubocop-git (0.1.3)
rubocop (>= 0.24.1)
ruby-prof (1.6.3)
ruby-prof (1.7.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rufus-scheduler (3.9.1)
Expand Down Expand Up @@ -403,7 +403,7 @@ DEPENDENCIES
rspec-its
rubocop
rubocop-git
ruby-prof (= 1.6.3)
ruby-prof
simplecov
sinatra (>= 2.2.0)
sinatra-contrib (>= 2.2.0)
Expand Down

0 comments on commit 53dcc36

Please sign in to comment.