Skip to content
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "iso8601", "~> 0.9.0"
gem "maremma", ">= 4.9.4", "<= 5"
gem "addressable", "2.8.1"
gem "faraday", "~> 2.9"
gem "bolognese", "~> 2.3.2"
gem "bolognese", "~> 2.3.6"
gem "json-ld-preloaded", "~> 3.1", ">= 3.1.3"
gem "dalli", "~> 3.2", ">= 3.2.8"
gem "lograge", "~> 0.11.2"
Expand Down
30 changes: 23 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
bigdecimal (3.1.8)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bolognese (2.3.2)
bolognese (2.3.6)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -123,8 +123,13 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
citeproc (1.0.10)
citeproc (1.1.0)
date
forwardable
json
namae (~> 1.0)
observer (< 1.0)
open-uri (< 1.0)
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
Expand Down Expand Up @@ -153,8 +158,8 @@ GEM
scanf (~> 1.0)
sxp (~> 1.2)
unicode-types (~> 1.8)
edtf (3.1.1)
activesupport (>= 3.0, < 8.0)
edtf (3.2.0)
activesupport (>= 3.0, < 9.0)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubi (1.13.0)
Expand All @@ -178,6 +183,7 @@ GEM
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.16.3)
forwardable (1.3.3)
gender_detector (0.1.2)
unicode_utils (>= 1.3.0)
git (1.19.1)
Expand Down Expand Up @@ -269,9 +275,16 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
observer (0.1.2)
oj (3.14.2)
oj_mimic_json (1.0.1)
optimist (3.2.0)
open-uri (0.5.0)
stringio
time
uri
optimist (3.2.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -407,6 +420,8 @@ GEM
matrix (~> 0.4)
rdf (~> 3.2)
thor (1.2.2)
time (0.4.1)
date
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -432,12 +447,13 @@ GEM
PLATFORMS
arm64-darwin-23
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
addressable (= 2.8.1)
better_errors
binding_of_caller
bolognese (~> 2.3.2)
bolognese (~> 2.3.6)
byebug
capybara
dalli (~> 3.2, >= 3.2.8)
Expand Down Expand Up @@ -471,4 +487,4 @@ DEPENDENCIES
webmock (~> 3.8, >= 3.8.2)

BUNDLED WITH
2.4.22
2.3.26