openSUSE / osem

Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
http://osem.io
MIT License
862 stars 490 forks source link

Update Ruby version to 3.3.2 #3397

Closed hennevogel closed 1 month ago

hennevogel commented 1 month ago

Also remove support for OSEM_RUBY_VERSION, we are going to support one ruby version and one ruby version only now

AndrewKvalheim commented 1 month ago

Sure you don’t want to use a ~>? I’m still having to patch that in nearly every time I work on OSEM:

Your Ruby version is 3.3.3, but your Gemfile specified 3.3.2
hennevogel commented 1 month ago

Sure you don’t want to use a ~>

Yeah, pretty sure. At least not without a test matrix and more people who can take care of the fallout. 3.3.2 -> 3.3.3 means new bundler, new rexml, new strscan and loads of changed (bugfixed) behavior. We are two people here...