Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gem 'subprocess', require: false
gem 'uglifier', '~> 4.2'
gem 'valid_email', '>= 0.1.3'
gem 'view_component', '~> 2.51.0'
gem 'webauthn', '~> 2.1'
gem 'webauthn', '~> 2.5.2'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gem 'webauthn', '~> 2.5.2'
gem 'webauthn', '~> 2.5'

I think it's alright to not specify the patch version, but don't mind much either way.

gem 'xmldsig', '~> 0.6'
gem 'xmlenc', '~> 0.7', '>= 0.7.1'
gem 'yard'
Expand Down
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bindata (2.4.10)
bindata (2.4.14)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bootsnap (1.9.4)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
cose (1.2.0)
cose (1.3.0)
cbor (~> 0.5.9)
openssl-signature_algorithm (~> 1.0)
crack (0.4.5)
Expand Down Expand Up @@ -341,7 +341,6 @@ GEM
terminal-table (>= 1.5.1)
ice_nine (0.11.2)
io-console (0.5.9)
ipaddr (1.2.4)
irb (1.3.7)
reline (>= 0.2.7)
jmespath (1.6.2)
Expand Down Expand Up @@ -424,8 +423,7 @@ GEM
octokit (5.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
openssl (2.2.1)
ipaddr
openssl (3.0.2)
openssl-signature_algorithm (1.2.1)
openssl (> 2.0, < 3.1)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -651,8 +649,9 @@ GEM
thor (1.2.1)
thread_safe (0.3.6)
timeout (0.3.0)
tpm-key_attestation (0.10.0)
tpm-key_attestation (0.11.0)
bindata (~> 2.4)
openssl (> 2.0, < 3.1)
openssl-signature_algorithm (~> 1.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
Expand All @@ -678,15 +677,15 @@ GEM
descendants_tracker (~> 0.0, >= 0.0.3)
warden (1.2.9)
rack (>= 2.0.9)
webauthn (2.5.1)
webauthn (2.5.2)
android_key_attestation (~> 0.3.0)
awrence (~> 1.1)
bindata (~> 2.4)
cbor (~> 0.5.9)
cose (~> 1.1)
openssl (~> 2.2)
openssl (>= 2.2, < 3.1)
safety_net_attestation (~> 0.4.0)
tpm-key_attestation (~> 0.10.0)
tpm-key_attestation (~> 0.11.0)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -825,7 +824,7 @@ DEPENDENCIES
uglifier (~> 4.2)
valid_email (>= 0.1.3)
view_component (~> 2.51.0)
webauthn (~> 2.1)
webauthn (~> 2.5.2)
webdrivers (~> 5.2.0)
webmock
xmldsig (~> 0.6)
Expand Down