We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab0736a + dbe5754 commit 0d96b05Copy full SHA for 0d96b05
2 files changed
.github/workflows/build.yml
@@ -31,6 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
ruby:
34
+ - 3.4
35
- 3.3
36
- 3.2
37
- 3.1
cose.gemspec
@@ -35,6 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "openssl-signature_algorithm", "~> 1.0"
spec.add_development_dependency "appraisal", "~> 2.2.0"
38
+ spec.add_development_dependency "base64", "~> 0.2"
39
spec.add_development_dependency "bundler", ">= 1.17", "< 3"
40
spec.add_development_dependency "byebug", "~> 11.0"
41
spec.add_development_dependency "rake", "~> 13.0"
0 commit comments