www/redmine50: Fix build after rubygem-net-ldap update

PR:		270793
Reported by:	Oliver Haucke
This commit is contained in:
Mikael Urankar 2023-04-16 12:04:19 +02:00
parent 79235189f2
commit fb5dece77c

View file

@ -32,8 +32,12 @@
gem 'net-pop', '~> 0.1.1'
# Rails 6.1.6.1 does not work with Pysch 3.0.2, which is installed by default with Ruby 2.5. See https://github.com/rails/rails/issues/45590
gem 'psych', '>= 3.1.0' if Gem.ruby_version < Gem::Version.new('2.6.0')
@@ -37,82 +37,6 @@ end
gem 'net-ldap', '~> 0.17.0'
@@ -34,85 +34,9 @@ group :ldap do
# Optional gem for LDAP authentication
group :ldap do
- gem 'net-ldap', '~> 0.17.0'
+ gem 'net-ldap', '>= 0.17.0'
end
-# Optional gem for exporting the gantt to a PNG file