Skip to content
Open
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 @@ -116,7 +116,7 @@ gem "memo_wise"

gem "diffy" # rendering diffs (comments)

gem "webauthn", "~> 3.2"
gem "webauthn", "~> 3.4"

gem "ahoy_matey" # analytics
gem "blazer" # business intelligence tool/dashboard
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
parser (>= 2.4)
smart_properties
bigdecimal (3.3.0)
bindata (2.5.0)
bindata (2.5.1)
bindex (0.8.1)
blazer (3.3.0)
activerecord (>= 7.1)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
cairo-gobject (4.2.9)
cairo (>= 1.16.2)
glib2 (= 4.2.9)
cbor (0.5.9.8)
cbor (0.5.10.1)
chartkick (5.1.5)
childprocess (5.1.0)
logger (~> 1.5)
Expand Down Expand Up @@ -554,7 +554,7 @@ GEM
racc (~> 1.4)
observer (0.1.2)
open4 (1.3.4)
openssl (3.3.0)
openssl (3.3.2)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
opus-ruby (1.0.1)
Expand Down Expand Up @@ -760,8 +760,8 @@ GEM
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
safely_block (0.4.1)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
safety_net_attestation (0.5.0)
jwt (>= 2.0, < 4.0)
sanitize (6.0.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -831,7 +831,7 @@ GEM
thor (1.4.0)
tilt (2.6.1)
timeout (0.4.3)
tpm-key_attestation (0.12.1)
tpm-key_attestation (0.14.1)
bindata (~> 2.4)
openssl (> 2.0)
openssl-signature_algorithm (~> 1.0)
Expand Down Expand Up @@ -865,14 +865,14 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webauthn (3.2.2)
webauthn (3.4.3)
android_key_attestation (~> 0.3.0)
bindata (~> 2.4)
cbor (~> 0.5.9)
cose (~> 1.1)
openssl (>= 2.2)
safety_net_attestation (~> 0.4.0)
tpm-key_attestation (~> 0.12.0)
safety_net_attestation (~> 0.5.0)
tpm-key_attestation (~> 0.14.0)
webmock (3.25.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -1035,7 +1035,7 @@ DEPENDENCIES
validates_email_format_of
validates_zipcode
web-console (>= 3.3.0)
webauthn (~> 3.2)
webauthn (~> 3.4)
webmock
whitesimilarity
wicked_pdf
Expand Down