Sha256: 29abe6b429f878e402e6346aefeab530e70d02beb03266d858019bede13fc672
Contents?: true
Size: 426 Bytes
Versions: 20
Compression:
Stored size: 426 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true require_relative 'helpers/newrelicyml' namespace :newrelic do desc 'Update newrelic.yml with latest config options from default_source.rb' task :update_newrelicyml do NewRelicYML.write_file puts 'newrelic.yml updated' end end
Version data entries
20 entries across 20 versions & 1 rubygems