Skip to content

Commit

Permalink
revert files
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Oliveros committed Jan 22, 2024
1 parent c0ef5f4 commit 890d124
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 49 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
76 changes: 29 additions & 47 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 890d124

Please sign in to comment.