From 890d124dcd086611c9df87c28660b891be59734f Mon Sep 17 00:00:00 2001 From: Jonathan Oliveros Date: Mon, 22 Jan 2024 10:53:06 -0700 Subject: [PATCH] revert files --- Gemfile | 1 - Gemfile.lock | 76 +++++++++++++++----------------------- adiwg-mdtranslator.gemspec | 2 +- 3 files changed, 30 insertions(+), 49 deletions(-) diff --git a/Gemfile b/Gemfile index 71c8e2124..89a35810f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,3 @@ source 'https://rubygems.org' # Specify your gem's dependencies in adiwg-mdtranslator.gemspec gemspec -gem 'adiwg-mdjson_schemas', git: 'https://github.com/adiwg/mdJson-schemas.git', branch: 'bugfix/data-quality-evaluation-method' diff --git a/Gemfile.lock b/Gemfile.lock index b27ea926c..cd1728fca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: https://github.com/adiwg/mdJson-schemas.git - revision: 0ced67aab4ab2054682289acd86e781e1900b2a0 - branch: bugfix/data-quality-evaluation-method - specs: - adiwg-mdjson_schemas (2.8.1) - PATH remote: . specs: @@ -17,82 +10,71 @@ PATH json (~> 2.0) json-schema (~> 2.7) kramdown (>= 1.13, < 3.0) - nokogiri (~> 1.15) + nokogiri (~> 1.7) thor (~> 0.19) uuidtools (~> 2.1) GEM remote: https://rubygems.org/ specs: - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (5.2.8.1) + activesupport (= 5.2.8.1) builder (~> 3.1) - erubi (~> 1.11) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - activesupport (7.1.3) - base64 - bigdecimal + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activesupport (5.2.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) adiwg-mdcodes (2.8.4) json (~> 2.0) - base64 (0.2.0) - bigdecimal (3.1.6) + adiwg-mdjson_schemas (2.8.1) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) + concurrent-ruby (1.2.2) crass (1.0.6) - drb (2.2.0) - ruby2_keywords erubi (1.12.0) i18n (1.14.1) concurrent-ruby (~> 1.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.7.1) + json (2.6.3) json-schema (2.8.1) addressable (>= 2.4) kramdown (2.4.0) rexml - loofah (2.22.0) + loofah (2.21.1) crass (~> 1.0.2) - nokogiri (>= 1.12.0) - minitest (5.21.2) - mutex_m (0.2.0) - nokogiri (1.15.5-x86_64-linux) - racc (~> 1.4) - public_suffix (5.0.4) - racc (1.7.3) - rails-dom-testing (2.2.0) + nokogiri (>= 1.5.9) + mini_portile2 (2.4.0) + minitest (5.20.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + public_suffix (4.0.7) + rails-dom-testing (2.1.1) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rake (13.1.0) - rexml (3.2.6) - ruby2_keywords (0.0.5) + rexml (3.2.5) thor (0.20.3) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) + thread_safe (0.3.6) + tzinfo (1.2.11) + thread_safe (~> 0.1) uuidtools (2.2.0) PLATFORMS + arm64-darwin-22 x86_64-linux DEPENDENCIES - adiwg-mdjson_schemas! adiwg-mdtranslator! bundler (~> 2) minitest (~> 5) diff --git a/adiwg-mdtranslator.gemspec b/adiwg-mdtranslator.gemspec index 6b86d08e7..5b0890048 100644 --- a/adiwg-mdtranslator.gemspec +++ b/adiwg-mdtranslator.gemspec @@ -39,6 +39,6 @@ Gem::Specification.new do |spec| 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.7" end \ No newline at end of file