Skip to content

Commit

Permalink
Update Rake and add base64 dependency for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu authored and eliias committed Jan 16, 2025
1 parent 6f9e148 commit fa189b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion y-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ Gem::Specification.new do |spec|

spec.metadata["rubygems_mfa_required"] = "true"

spec.add_dependency "rake", "~> 13.0"
spec.add_dependency "rake", "~> 13.2"
spec.add_dependency "rb_sys", "~> 0.9.86"

spec.add_development_dependency "base64"
spec.add_development_dependency "rake-compiler", "~> 1.2.1"
spec.add_development_dependency "rake-compiler-dock", "~> 1.8.0"

Expand Down

0 comments on commit fa189b9

Please sign in to comment.