Skip to content

Commit

Permalink
[DFUN-13] Upgrade newrelic gem to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat2809 committed Apr 28, 2023
1 parent bad7599 commit 8e2fc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chore-new_relic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
spec.add_dependency("chore-core", [">= 1.8.4"])
spec.add_development_dependency("bundler", [">= 0"])
spec.add_development_dependency("rake")
spec.add_runtime_dependency(%q<newrelic_rpm>, ['>= 4.5.0'])
spec.add_runtime_dependency(%q<newrelic_rpm>, ['>= 9.2.0'])
end
2 changes: 1 addition & 1 deletion lib/chore/new_relic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Chore
module NewRelic
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end

0 comments on commit 8e2fc86

Please sign in to comment.