Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
mdJson-schemas to v2.9.3-beta.3
mdCodes to v2.9.4-beta.4
  • Loading branch information
jwaspin committed May 14, 2024
1 parent 194ec62 commit 824bc1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
adiwg-mdtranslator (2.19.0.pre.beta.18)
adiwg-mdcodes (= 2.9.4.pre.beta.1)
adiwg-mdjson_schemas (= 2.9.3.pre.beta.1)
adiwg-mdcodes (= 2.9.4.pre.beta.4)
adiwg-mdjson_schemas (= 2.9.3.pre.beta.3)
builder (~> 3.2)
coderay (~> 1.1)
jbuilder (~> 2.5)
Expand All @@ -30,9 +30,9 @@ GEM
tzinfo (~> 1.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.9.4.pre.beta.1)
adiwg-mdcodes (2.9.4.pre.beta.4)
json (~> 2.0)
adiwg-mdjson_schemas (2.9.3.pre.beta.1)
adiwg-mdjson_schemas (2.9.3.pre.beta.3)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
Expand Down
4 changes: 2 additions & 2 deletions adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "thor", "~> 0.19"
spec.add_runtime_dependency "uuidtools", "~> 2.1"
spec.add_runtime_dependency "json-schema", "~> 2.7"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.9.3.pre.beta.1"
spec.add_runtime_dependency "adiwg-mdcodes", "2.9.4.pre.beta.1"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.9.3.pre.beta.3"
spec.add_runtime_dependency "adiwg-mdcodes", "2.9.4.pre.beta.4"
spec.add_runtime_dependency "jbuilder", "~> 2.5"
spec.add_runtime_dependency "kramdown", ">= 1.13", "< 3.0"
spec.add_runtime_dependency "coderay", "~> 1.1"
Expand Down

0 comments on commit 824bc1f

Please sign in to comment.