Skip to content

Commit

Permalink
Merge pull request #534 from diowa/dependabot/bundler/newrelic_rpm-9.3.0
Browse files Browse the repository at this point in the history
Bump newrelic_rpm from 9.2.2 to 9.3.0
  • Loading branch information
tagliala authored Jun 27, 2023
2 parents e1b0f0e + 036b300 commit e691ae6
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 e691ae6

Please sign in to comment.