Skip to content

Commit

Permalink
Bump newrelic_rpm from 9.2.2 to 9.3.0
Browse files Browse the repository at this point in the history
Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 9.2.2 to 9.3.0.
- [Release notes](https://github.com/newrelic/newrelic-ruby-agent/releases)
- [Changelog](https://github.com/newrelic/newrelic-ruby-agent/blob/dev/CHANGELOG.md)
- [Commits](newrelic/newrelic-ruby-agent@9.2.2...9.3.0)

---
updated-dependencies:
- dependency-name: newrelic_rpm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2023
1 parent e1b0f0e commit 036b300
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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.2'

gem 'bootsnap', require: false
gem 'newrelic_rpm', '~> 9.2'
gem 'newrelic_rpm', '~> 9.3'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.3'
gem 'rails', '7.0.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
newrelic_rpm (9.2.2)
newrelic_rpm (9.3.0)
nio4r (2.5.9)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -312,7 +312,7 @@ DEPENDENCIES
email_spec
factory_bot_rails
faker
newrelic_rpm (~> 9.2)
newrelic_rpm (~> 9.3)
pg (~> 1.5)
pry
pry-byebug
Expand Down

0 comments on commit 036b300

Please sign in to comment.