Skip to content

Commit

Permalink
update mdtranslator depend
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Jun 14, 2024
1 parent 375dc1a commit 254b1ff
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ gem 'puma', '~> 4.1'
# downgrade psych in response to https://stackoverflow.com/questions/68802089/rails-couldnt-infer-whether-you-are-using-multiple-databases-from-your-database
gem 'psych', '< 4.0.0'

gem 'adiwg-mdtranslator', '~> 2.18'
gem 'adiwg-mdtranslator',
git: 'https://github.com/GSA/mdTranslator.git',
branch: 'feature/DCAT-US-v1'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
40 changes: 23 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
GIT
remote: https://github.com/GSA/mdTranslator.git
revision: 9b4540f1433261761ff04814fe9d777e2fa55ca9
branch: feature/DCAT-US-v1
specs:
adiwg-mdtranslator (2.20.0.pre.beta.5)
adiwg-mdcodes (= 2.10.0)
adiwg-mdjson_schemas (= 2.9.5)
builder (~> 3.2)
coderay (~> 1.1)
jbuilder (~> 2.5)
json (~> 2.0)
json-schema (~> 2.7)
kramdown (>= 1.13, < 3.0)
nokogiri (~> 1.15)
thor (~> 0.19)
uuidtools (~> 2.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -58,21 +76,9 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.8.4)
json (~> 2.0)
adiwg-mdjson_schemas (2.8.1)
adiwg-mdtranslator (2.18.4)
adiwg-mdcodes (= 2.8.4)
adiwg-mdjson_schemas (= 2.8.1)
builder (~> 3.2)
coderay (~> 1.1)
jbuilder (~> 2.5)
adiwg-mdcodes (2.10.0)
json (~> 2.0)
json-schema (~> 2.7)
kramdown (>= 1.13, < 3.0)
nokogiri (~> 1.7)
thor (~> 0.19)
uuidtools (~> 2.1)
adiwg-mdjson_schemas (2.9.5)
ast (2.4.2)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand All @@ -88,7 +94,7 @@ GEM
activesupport (>= 5.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.1)
Expand Down Expand Up @@ -133,7 +139,7 @@ GEM
racc
prettier_print (1.2.1)
psych (3.3.4)
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -226,7 +232,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
adiwg-mdtranslator (~> 2.18)
adiwg-mdtranslator!
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
Expand Down

0 comments on commit 254b1ff

Please sign in to comment.