Skip to content

Commit 5820efc

Browse files
Updated bolognese version (#189)
* Updated bolognese version * Update bolognese gem version
1 parent 6850321 commit 5820efc

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "active_model_serializers", "~> 0.10.0"
66
gem "api-pagination"
77
gem "aws-sdk-sqs", "~> 1.3"
88
gem "bcrypt", "~> 3.1.7"
9-
gem "bolognese", "~> 2.2"
9+
gem "bolognese", "~> 2.3"
1010
gem "bootsnap", "~> 1.2", ">= 1.2.1"
1111
gem "cancancan", "~> 2.0"
1212
gem "countries", "~> 2.1", ">= 2.1.2"
@@ -37,6 +37,7 @@ gem "slack-notifier", "~> 2.3", ">= 2.3.2"
3737
gem "sprockets", "~> 3.7", ">= 3.7.2"
3838
gem 'next_rails'
3939
gem "json-canonicalization", '0.3.1'
40+
gem 'msgpack', "~> 1.4.4"
4041

4142
group :development, :test do
4243
gem "better_errors"

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
latex-decode (~> 0.0)
109109
racc (~> 1.7)
110110
bigdecimal (3.1.7)
111-
bolognese (2.2.0)
111+
bolognese (2.3.0)
112112
activesupport (>= 4.2.5)
113113
benchmark_methods (~> 0.7)
114114
bibtex-ruby (>= 5.1.0)
@@ -309,7 +309,7 @@ GEM
309309
minitest (5.15.0)
310310
money (6.16.0)
311311
i18n (>= 0.6.4, <= 2)
312-
msgpack (1.4.4)
312+
msgpack (1.4.5)
313313
multi_json (1.15.0)
314314
multipart-post (2.1.1)
315315
mutex_m (0.2.0)
@@ -334,7 +334,7 @@ GEM
334334
racc (~> 1.4)
335335
oj (3.13.11)
336336
oj_mimic_json (1.0.1)
337-
optimist (3.1.0)
337+
optimist (3.2.0)
338338
parallel (1.23.0)
339339
parser (3.2.2.4)
340340
ast (~> 2.4.1)
@@ -394,8 +394,9 @@ GEM
394394
rb-inotify (0.10.1)
395395
ffi (~> 1.0)
396396
rchardet (1.8.0)
397-
rdf (3.3.1)
397+
rdf (3.3.2)
398398
bcp47_spec (~> 0.2)
399+
bigdecimal (~> 3.1, >= 3.1.5)
399400
link_header (~> 0.0, >= 0.0.8)
400401
rdf-rdfxml (3.3.0)
401402
builder (~> 3.2, >= 3.2.4)
@@ -492,7 +493,7 @@ GEM
492493
tzinfo (2.0.6)
493494
concurrent-ruby (~> 1.0)
494495
unicode-display_width (2.5.0)
495-
unicode-types (1.9.0)
496+
unicode-types (1.10.0)
496497
unicode_utils (1.4.0)
497498
uri (0.13.0)
498499
vcr (6.2.0)
@@ -518,7 +519,7 @@ DEPENDENCIES
518519
aws-sdk-sqs (~> 1.3)
519520
bcrypt (~> 3.1.7)
520521
better_errors
521-
bolognese (~> 2.2)
522+
bolognese (~> 2.3)
522523
bootsnap (~> 1.2, >= 1.2.1)
523524
byebug
524525
cancancan (~> 2.0)
@@ -543,6 +544,7 @@ DEPENDENCIES
543544
logstash-event (~> 1.2, >= 1.2.02)
544545
logstash-logger (~> 0.26.1)
545546
maremma (~> 5.0)
547+
msgpack (~> 1.4.4)
546548
next_rails
547549
nokogiri (~> 1.16, >= 1.16.3)
548550
oj (>= 2.8.3)
@@ -568,4 +570,4 @@ DEPENDENCIES
568570
webmock (~> 3.1)
569571

570572
BUNDLED WITH
571-
2.5.6
573+
2.5.6

0 commit comments

Comments
 (0)