File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ gem 'uuidtools'
53
53
# Use json_schema as schema validator
54
54
gem 'json-schema'
55
55
# Alaska Data Integration working group schema definition
56
- gem 'adiwg-mdjson_schemas' , '~> 2.7.0 '
56
+ gem 'adiwg-mdjson_schemas' , '~> 2.8.0.pre.beta '
57
57
# Alaska Data Integration working group metadata translator
58
- gem 'adiwg-mdtranslator' , '~> 2.17.1 '
58
+ gem 'adiwg-mdtranslator' , '~> 2.18.0rc1 '
59
59
# Alaska Data Integration working group metadata code lists
60
60
gem 'adiwg-mdcodes' , '~> 2.8.0'
61
61
Original file line number Diff line number Diff line change 60
60
public_suffix (>= 2.0.2 , < 5.0 )
61
61
adiwg-mdcodes (2.8.0 )
62
62
json (~> 2.0 )
63
- adiwg-mdjson_schemas (2.7.0 )
64
- adiwg-mdtranslator (2.17.1 )
63
+ adiwg-mdjson_schemas (2.8.0.pre.beta )
64
+ adiwg-mdtranslator (2.18.0rc1 )
65
65
adiwg-mdcodes (~> 2.8 )
66
- adiwg-mdjson_schemas (> = 2.7 )
66
+ adiwg-mdjson_schemas (= 2.8.0.pre.beta )
67
67
builder (~> 3.2 )
68
68
coderay (~> 1.1 )
69
69
jbuilder (~> 2.5 )
@@ -206,8 +206,8 @@ PLATFORMS
206
206
207
207
DEPENDENCIES
208
208
adiwg-mdcodes (~> 2.8.0 )
209
- adiwg-mdjson_schemas (~> 2.7.0 )
210
- adiwg-mdtranslator (~> 2.17.1 )
209
+ adiwg-mdjson_schemas (~> 2.8.0.pre.beta )
210
+ adiwg-mdtranslator (~> 2.18.0rc1 )
211
211
bootsnap (>= 1.4.2 )
212
212
builder
213
213
coderay
You can’t perform that action at this time.
0 commit comments