Skip to content

Commit

Permalink
Fix dependencies for Ruby head
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 1, 2024
1 parent 66b81df commit 89819ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions auto_increment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ Gem::Specification.new do |s|
s.add_development_dependency 'net-pop'
s.add_development_dependency 'net-smtp'
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
s.add_development_dependency "base64"
s.add_development_dependency "bigdecimal"
s.add_development_dependency "mutex_m"
s.add_development_dependency "drb"
s.add_development_dependency "logger"
end
end

0 comments on commit 89819ac

Please sign in to comment.