twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.36k stars 464 forks source link

chore: sort files for deterministic require order #529

Closed eshanholtz closed 4 years ago

eshanholtz commented 4 years ago

Rubocop flagged line for NonDeterministicRequireOrder lint check. Sorting the returned list before requiring makes the order deterministic.