Skip to content

Commit

Permalink
Test not deleting version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Jan 7, 2025
1 parent a0d6ea2 commit c2948b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/boot/strap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def require(*_groups)

def require_newrelic
lib = File.expand_path('../..', __FILE__)
$LOAD_PATH.reject! { |path| path.include?('newrelic_rpm') }
# $LOAD_PATH.reject! { |path| path.include?('newrelic_rpm') }
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Kernel.require NR_AGENT_GEM
end
Expand Down

0 comments on commit c2948b1

Please sign in to comment.