Skip to content

Commit

Permalink
chore: Update adiwg-mdtranslator dependencies to version 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed Jan 2, 2025
1 parent c54e04a commit 866d9f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 46 deletions.
47 changes: 4 additions & 43 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.21.0.pre.beta.0)
adiwg-mdcodes (= 2.10.0)
adiwg-mdjson_schemas (= 2.10.0.pre.beta.5)
adiwg-mdcodes (= 2.10.1)
adiwg-mdjson_schemas (= 2.10.1)
builder (~> 3.2)
coderay (~> 1.1)
jbuilder (~> 2.5)
Expand All @@ -17,20 +17,12 @@ 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)
base64
bigdecimal
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.3.3)
base64
bigdecimal
Expand All @@ -41,48 +33,33 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.10.0)
adiwg-mdcodes (2.10.1)
json (~> 2.0)
adiwg-mdjson_schemas (2.10.0.pre.beta.5)
adiwg-mdjson_schemas (2.10.1)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
drb (2.2.1)
drb (2.2.1)
erubi (1.12.0)
i18n (1.14.5)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jbuilder (2.12.0)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
json (2.7.2)
json-schema (2.8.1)
addressable (>= 2.4)
kramdown (2.4.0)
rexml
loofah (2.22.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
nokogiri (>= 1.12.0)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.6-arm64-darwin)
Expand All @@ -91,34 +68,18 @@ GEM
racc (~> 1.4)
public_suffix (5.0.5)
racc (1.8.0)
rails-dom-testing (2.2.0)
mutex_m (0.2.0)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
public_suffix (5.0.5)
racc (1.8.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rake (13.1.0)
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)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uuidtools (2.2.0)
Expand Down
5 changes: 2 additions & 3 deletions adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ 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.5"
spec.add_runtime_dependency "adiwg-mdcodes", "2.10.0"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.10.1"
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"
spec.add_runtime_dependency "coderay", "~> 1.1"
spec.add_runtime_dependency "nokogiri", "~> 1.15"
spec.add_runtime_dependency "nokogiri", "~> 1.15"

end

0 comments on commit 866d9f2

Please sign in to comment.