Skip to content

Commit cd9f663

Browse files
build(conformance): use fido_metadata 0.5.0
1 parent 1dc87ab commit cd9f663

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

spec/conformance/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
ruby "~> 3.4.2"
66

77
gem "byebug"
8-
gem "fido_metadata", github: 'bdewater/fido_metadata'
8+
gem "fido_metadata", "~> 0.5.0"
99
gem "puma", "~> 6.6"
1010
gem "rack-contrib"
1111
gem "rackup", "~> 2.2"

spec/conformance/Gemfile.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
GIT
2-
remote: https://github.com/bdewater/fido_metadata.git
3-
revision: fcc1fc1a92f9b0eda5900485d773336494b2c1c6
4-
specs:
5-
fido_metadata (0.3.0)
6-
jwt (~> 2.0)
7-
81
PATH
92
remote: ../..
103
specs:
@@ -28,6 +21,9 @@ GEM
2821
cose (1.3.1)
2922
cbor (~> 0.5.9)
3023
openssl-signature_algorithm (~> 1.0)
24+
fido_metadata (0.5.0)
25+
base64 (>= 0.1.0)
26+
jwt (>= 2.0, < 4)
3127
jwt (2.2.1)
3228
logger (1.6.6)
3329
multi_json (1.14.1)
@@ -80,7 +76,7 @@ PLATFORMS
8076

8177
DEPENDENCIES
8278
byebug
83-
fido_metadata!
79+
fido_metadata (~> 0.5.0)
8480
puma (~> 6.6)
8581
rack-contrib
8682
rackup (~> 2.2)

0 commit comments

Comments
 (0)