Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/agama-yast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "logger", "~> 1.5"
# here we have problem as ruby3.2 on SLFO does not provide rubygem-ostruct, but newer ruby will separate it after 3.4
# but dynamic dependencies are not possible in gemspec
# spec.add_dependency "ostruct", "~> 0.6.1"
spec.add_dependency "ostruct", "~> 0.6.1" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.5")
end
Loading