Skip to content

Commit

Permalink
Merge pull request #159 from datacite/schema-4.5
Browse files Browse the repository at this point in the history
Update to latest bolognese
  • Loading branch information
svogt0511 authored Jan 10, 2024
2 parents 97f04fb + 1b80565 commit 39a7499
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "active_model_serializers", "~> 0.10.0"
gem "api-pagination"
gem "aws-sdk-sqs", "~> 1.3"
gem "bcrypt", "~> 3.1.7"
gem "bolognese", "~> 2.0.3"
gem "bolognese", "~> 2.1.0"
gem "bootsnap", "~> 1.2", ">= 1.2.1"
gem "cancancan", "~> 2.0"
gem "countries", "~> 2.1", ">= 2.1.2"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ GEM
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bibtex-ruby (6.0.0)
bibtex-ruby (6.1.0)
latex-decode (~> 0.0)
bolognese (2.0.3)
racc (~> 1.7)
bolognese (2.1.0)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -276,7 +277,8 @@ GEM
msgpack (1.4.4)
multi_json (1.15.0)
multipart-post (2.1.1)
namae (1.1.1)
namae (1.2.0)
racc (~> 1.7)
net-imap (0.3.7)
date
net-protocol
Expand Down Expand Up @@ -461,7 +463,7 @@ DEPENDENCIES
aws-sdk-sqs (~> 1.3)
bcrypt (~> 3.1.7)
better_errors
bolognese (~> 2.0.3)
bolognese (~> 2.1.0)
bootsnap (~> 1.2, >= 1.2.1)
byebug
cancancan (~> 2.0)
Expand Down

0 comments on commit 39a7499

Please sign in to comment.