Skip to content

Commit

Permalink
Bump adiwg-mdjson_schemas version to 2.10.2 in Gemfile.lock and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed Feb 27, 2025
1 parent fba7ce1 commit 1861458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
adiwg-mdtranslator (2.21.0)
adiwg-mdcodes (= 2.10.1)
adiwg-mdjson_schemas (= 2.10.1)
adiwg-mdjson_schemas (= 2.10.2)
builder (~> 3.2)
coderay (~> 1.1)
jbuilder (~> 2.5)
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.10.1)
json (~> 2.0)
adiwg-mdjson_schemas (2.10.1)
adiwg-mdjson_schemas (2.10.2)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
Expand Down
2 changes: 1 addition & 1 deletion adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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.10.1"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.10.2"
spec.add_runtime_dependency "adiwg-mdcodes", "2.10.1"
spec.add_runtime_dependency "jbuilder", "~> 2.5"
spec.add_runtime_dependency "kramdown", ">= 1.13", "< 3.0"
Expand Down

0 comments on commit 1861458

Please sign in to comment.