Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update md depend #3

Merged
merged 4 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Ignore bundler config.
/.bundle

# Local gems
vendor/

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
Expand All @@ -30,3 +33,6 @@

# Ignore master key for decrypting credentials and more.
/config/master.key

# mac system files
.DS_STORE
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: 'datagov'

# 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: fe10f1d66171757f87be54e3053e0c09821500b4
branch: datagov
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
Empty file removed vendor/.keep
Empty file.
Loading