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 9a76aa8 commit 2b2ea64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,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 2b2ea64

Please sign in to comment.