bokmann / business_time

Support for doing time math in business hours and days
MIT License
1.27k stars 211 forks source link

Support Ruby 3.0.0 #199

Closed tilhoft closed 3 years ago

tilhoft commented 3 years ago

As it seems SortedSet will be removed from Ruby-3.0.0( as now missing from preview2) NameError: uninitialized constant BusinessTime::Config::SortedSet lib/business_time/config.rb:10

spickermann commented 3 years ago

Relevant commit: https://github.com/ruby/set/commit/dfcc8e568b

tilhoft commented 3 years ago

https://github.com/bokmann/business_time/pull/200