mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Update Ruby version to 3.3.2
Also remove support for OSEM_RUBY_VERSION, we are going to support one ruby version and one ruby version only now.
This commit is contained in:
parent
c446375242
commit
effba3382e
7 changed files with 12 additions and 11 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ end
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby ENV.fetch('OSEM_RUBY_VERSION', '3.1.4')
|
||||
ruby '3.3.2'
|
||||
|
||||
# as web framework
|
||||
if next?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue