Skip to content

Commit

Permalink
Update adiwg-mdtranslator and adiwg-mdjson_schemas gem dependencies t…
Browse files Browse the repository at this point in the history
…o latest versions
  • Loading branch information
jwaspin committed May 2, 2024
1 parent 18d02d4 commit 1048f3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
adiwg-mdtranslator (2.19.0.pre.beta.11)
adiwg-mdtranslator (2.19.0.pre.beta.12)
adiwg-mdcodes (= 2.9.3.pre.beta.3)
adiwg-mdjson_schemas (= 2.9.2.pre.beta.20)
adiwg-mdjson_schemas (= 2.9.2.pre.beta.21)
builder (~> 3.2)
coderay (~> 1.1)
jbuilder (~> 2.5)
Expand Down Expand Up @@ -32,7 +32,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.9.3.pre.beta.3)
json (~> 2.0)
adiwg-mdjson_schemas (2.9.2.pre.beta.20)
adiwg-mdjson_schemas (2.9.2.pre.beta.21)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
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.9.2.pre.beta.20"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.9.2.pre.beta.21"
spec.add_runtime_dependency "adiwg-mdcodes", "2.9.3.pre.beta.3"
spec.add_runtime_dependency "jbuilder", "~> 2.5"
spec.add_runtime_dependency "kramdown", ">= 1.13", "< 3.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/adiwg/mdtranslator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
module ADIWG
module Mdtranslator
# current mdtranslator version
VERSION = "2.19.0-beta.11"
VERSION = "2.19.0-beta.12"
end
end

Expand Down

0 comments on commit 1048f3e

Please sign in to comment.