Skip to content

Commit 1cb1da2

Browse files
Merge pull request #495 from cedarcode/sr--test-against-ruby-4
Test against Ruby 4.0
2 parents 38471d6 + 77ab47c commit 1cb1da2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
ruby:
24+
- '4.0'
2425
- '3.4'
2526
- '3.3'
2627
- '3.2'

webauthn.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
4141
spec.add_dependency "safety_net_attestation", "~> 0.5.0"
4242
spec.add_dependency "tpm-key_attestation", "~> 0.14.0"
4343

44-
spec.add_development_dependency "bundler", ">= 1.17", "< 3.0"
44+
spec.add_development_dependency "bundler", ">= 1.17", "< 5.0"
4545
spec.add_development_dependency "byebug", "~> 11.0"
4646
spec.add_development_dependency "rake", "~> 13.0"
4747
spec.add_development_dependency "rspec", "~> 3.8"

0 commit comments

Comments
 (0)