-
Notifications
You must be signed in to change notification settings - Fork 609
Update multiverse suites to Ruby 2.6+ #3337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v10_0_0
Are you sure you want to change the base?
Conversation
| https://github.com/newrelic/newrelic-ruby-agent/ | ||
| EOS | ||
| s.email = '[email protected]' | ||
| # TODO: MAJOR VERSION - remove newrelic, deprecated since version xxx. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this was a bonus, it should've been removed in deprecating newrelic in favor of newrelic_rpm #3323
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh interesting, I missed this in my major version Todo PR as well even though its marked with it. I think it's because I have my search function only check .rb files usually, so .gemspec didn't show up. I'll have to keep that in mind
test/new_relic/github/workflows/scripts/generate_release_notes_test.rb
Outdated
Show resolved
Hide resolved
Co-authored-by: Kayla Reopelle <[email protected]>
…/newrelic-ruby-agent into multiverse_ruby_36_plus
SimpleCov Report
|
Remove the testing of and conditions for Ruby < 2.6 from the test suites.
Its also removes a straggler
newrelicexecutable line that should have been removed in deprecating thenewrelicexecutable in favor ofnewrelic_rpm