Skip to content

Commit

Permalink
Merge branch 'releases/2-20-0' into feature/acquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed May 26, 2024
2 parents 5f2c062 + 41e4304 commit b8e1542
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionview (7.1.3.3)
activesupport (= 7.1.3.3)
actionview (7.1.3.3)
activesupport (= 7.1.3.3)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.3.3)
activesupport (7.1.3.3)
base64
bigdecimal
Expand All @@ -35,7 +38,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.9.4.pre.beta.4)
adiwg-mdcodes (2.10.0)
json (~> 2.0)
adiwg-mdjson_schemas (2.10.0.pre.beta.1)
base64 (0.2.0)
Expand Down Expand Up @@ -68,6 +71,7 @@ GEM
racc (~> 1.4)
public_suffix (5.0.5)
racc (1.8.0)
racc (1.8.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand All @@ -79,6 +83,9 @@ GEM
rexml (3.2.8)
strscan (>= 3.0.9)
strscan (3.1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
strscan (3.1.0)
thor (0.20.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
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.10.0.pre.beta.1"
spec.add_runtime_dependency "adiwg-mdcodes", "2.9.4.pre.beta.4"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.10.0.pre.beta.5"
spec.add_runtime_dependency "adiwg-mdcodes", "2.10.0"
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 b8e1542

Please sign in to comment.