DataDog / dd-trace-rb

Datadog Tracing Ruby Client
https://docs.datadoghq.com/tracing/
Other
304 stars 373 forks source link

Refactor Gemfile #3710

Closed TonyCTHsu closed 3 months ago

TonyCTHsu commented 3 months ago

Motivation:

Gemfile is filled with conditionals. Plenty of them are considered obsolete since we are supporting Ruby 2.5+ .

What does this PR do?

Streamline the Gemfile by removing the conditionals and update the dependencies.