Skip to content

Commit

Permalink
Upgrade to rake-compiler-dock 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Jan 9, 2025
1 parent c4c7408 commit a900e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cross_platforms = %w[
x86_64-linux-musl
].freeze

ENV["RUBY_CC_VERSION"] = %w[3.4.0 3.3.5 3.2.0 3.1.0 3.0.0 2.7.0 2.6.0].join(":")
ENV["RUBY_CC_VERSION"] = "3.4.1:3.3.5:3.2.6:3.1.6:3.0.7:2.7.8:2.6.10"

gemspec = Gem::Specification.load("argon2id.gemspec")

Expand Down
2 changes: 1 addition & 1 deletion argon2id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--main", "README.md"]

s.add_development_dependency("rake-compiler", "~> 1.2")
s.add_development_dependency("rake-compiler-dock", "~> 1.7")
s.add_development_dependency("rake-compiler-dock", "~> 1.8")
s.add_development_dependency("minitest", "~> 5.25")
end

0 comments on commit a900e67

Please sign in to comment.