Skip to content

Commit

Permalink
Build obs-bundled-gems against Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Mar 15, 2022
1 parent 1cd4050 commit ad7d551
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dist/obs-bundled-gems.spec
Expand Up @@ -40,10 +40,9 @@ BuildRequires: mysql-devel
BuildRequires: nodejs
BuildRequires: python-devel
%if 0%{?suse_version}
%define __obs_ruby_version 2.5.0
%define __obs_ruby_interpreter /usr/bin/ruby.ruby2.5
BuildRequires: ruby2.5-devel
BuildRequires: rubygem(ruby:%{__obs_ruby_version}:bundler)
%define __obs_ruby_version 3.1.1
%define __obs_ruby_interpreter /usr/bin/ruby.ruby3.1
BuildRequires: ruby3.1-devel
BuildRequires: openldap2-devel
%else
%define __obs_ruby_version 2.6.0
Expand Down

0 comments on commit ad7d551

Please sign in to comment.