Skip to content

Commit

Permalink
Fix missing stackprof preventing dry-run.rb script from running (depe…
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Jan 4, 2024
1 parent 5bc1692 commit a4b13fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ group :test do
rubocop
rubocop-performance
rubocop-sorbet
stackprof
vcr
webmock
)
Expand Down
2 changes: 2 additions & 0 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ GEM
sentry-raven (3.1.2)
faraday (>= 1.0)
sorbet-runtime (0.5.11142)
stackprof (0.2.25)
stringio (3.0.8)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down Expand Up @@ -355,6 +356,7 @@ DEPENDENCIES
rubocop-performance (~> 1.19.0)
rubocop-sorbet (~> 0.7.3)
sentry-raven (~> 3.1)
stackprof (~> 0.2.16)
terminal-table (~> 3.0.2)
vcr (~> 6.1)
webmock (~> 3.18)
Expand Down

0 comments on commit a4b13fb

Please sign in to comment.