ruby / forwardable

Provides delegation of specified methods to a designated object
BSD 2-Clause "Simplified" License
41 stars 17 forks source link

Update Ruby versions for CI #15

Closed AlexWayfer closed 4 years ago

AlexWayfer commented 4 years ago

Drop 2.3: https://github.com/ruby/forwardable/pull/13/checks?check_run_id=1011498758#step:3:4

Add 2.7: https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/

hsbt commented 4 years ago

👍

marcandre commented 4 years ago

We should add a required_ruby_version to the gemspec, right?

AlexWayfer commented 4 years ago

We should add a required_ruby_version to the gemspec, right?

I think it's just a guarantee for these versions and there is no requirement changes. But we can, but I didn't dare to do it for such package.