Ruby 2.3.1 is out

https://www.ruby-lang.org/en/news/2016/04/26/ruby-2-3-1-released/

I’m still on Ruby 2.2, but I’m thinking I’ll upgrade soon. Anyone else?

4 Likes

I’ve been use 2.3.0 without issue so 2.3.1 just makes sense.

Have you observed ruby 2.3 performing better?

I didn’t notice any performance hit. The new language features felt like a personal performance increase with Hash#dig, Hash#to_proc, and the lonely operator &.

It may be faster, I wasn’t looking for that though.

For me the value 2.3.x brings is the new features, not the performance gain