Skip to content

Commit

Permalink
Remove pinned train-core
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed Jul 25, 2024
1 parent 02fa677 commit df4c21b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omnibus-software.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
s.add_dependency "omnibus", ">= 9.0.0"
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new("3.1.0")
s.add_dependency "ffi", "< 1.17.0"
s.add_dependency "train-core", "<3.12.5"
elsif Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0")
s.add_dependency "ffi", ">= 1.17.0"
end
Expand Down

0 comments on commit df4c21b

Please sign in to comment.