Skip to content

Commit

Permalink
Chore: Bump NewRelic (#4859)
Browse files Browse the repository at this point in the history
Because:
- It fixes a issue with a ViewComponent warning flooding our logs
  • Loading branch information
KevinMulhern authored Nov 29, 2024
1 parent db6d640 commit 02c65d4
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 @@ -24,7 +24,7 @@ gem 'github_webhook', '~> 1.4'
gem 'jsbundling-rails', '~> 1.3'
gem 'kramdown', '~> 2.4'
gem 'kramdown-parser-gfm'
gem 'newrelic_rpm', '~> 9.7'
gem 'newrelic_rpm', '~> 9.16'
gem 'noticed', '~> 1.6'
gem 'octokit', '~> 9.1'
gem 'omniauth-github', '~> 2.0.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ GEM
net-smtp (0.5.0)
net-protocol
netrc (0.11.0)
newrelic_rpm (9.12.0)
newrelic_rpm (9.16.0)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -621,7 +621,7 @@ DEPENDENCIES
letter_opener (~> 1.8)
listen (~> 3.9)
lookbook (~> 2.3.4)
newrelic_rpm (~> 9.7)
newrelic_rpm (~> 9.16)
noticed (~> 1.6)
octokit (~> 9.1)
omniauth-github (~> 2.0.1)
Expand Down

0 comments on commit 02c65d4

Please sign in to comment.