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
3 changes: 2 additions & 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.2"
gem "bolognese", "~> 2.3"
gem "bootsnap", "~> 1.2", ">= 1.2.1"
gem "cancancan", "~> 2.0"
gem "countries", "~> 2.1", ">= 2.1.2"
Expand Down Expand Up @@ -37,6 +37,7 @@ gem "slack-notifier", "~> 2.3", ">= 2.3.2"
gem "sprockets", "~> 3.7", ">= 3.7.2"
gem 'next_rails'
gem "json-canonicalization", '0.3.1'
gem 'msgpack', "~> 1.4.4"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashwinisukale do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good question :D , I guess I locked the version number as this is a dependency gem, I dont remember what was the error, let me confirm the same.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the same error for Volpino repo, hence sharing that here too, Bundle install fails if you dont lock the msg pack version. As this is dependency gem


An error occurred while installing msgpack (1.4.2), and Bundler cannot continue.

In Gemfile:
  bootsnap was resolved to 1.9.1, which depends on
    msgpack
    ```


group :development, :test do
gem "better_errors"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
latex-decode (~> 0.0)
racc (~> 1.7)
bigdecimal (3.1.7)
bolognese (2.2.0)
bolognese (2.3.0)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
minitest (5.15.0)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
msgpack (1.4.4)
msgpack (1.4.5)
multi_json (1.15.0)
multipart-post (2.1.1)
mutex_m (0.2.0)
Expand All @@ -334,7 +334,7 @@ GEM
racc (~> 1.4)
oj (3.13.11)
oj_mimic_json (1.0.1)
optimist (3.1.0)
optimist (3.2.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -394,8 +394,9 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
rdf (3.3.1)
rdf (3.3.2)
bcp47_spec (~> 0.2)
bigdecimal (~> 3.1, >= 3.1.5)
link_header (~> 0.0, >= 0.0.8)
rdf-rdfxml (3.3.0)
builder (~> 3.2, >= 3.2.4)
Expand Down Expand Up @@ -492,7 +493,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-types (1.9.0)
unicode-types (1.10.0)
unicode_utils (1.4.0)
uri (0.13.0)
vcr (6.2.0)
Expand All @@ -518,7 +519,7 @@ DEPENDENCIES
aws-sdk-sqs (~> 1.3)
bcrypt (~> 3.1.7)
better_errors
bolognese (~> 2.2)
bolognese (~> 2.3)
bootsnap (~> 1.2, >= 1.2.1)
byebug
cancancan (~> 2.0)
Expand All @@ -543,6 +544,7 @@ DEPENDENCIES
logstash-event (~> 1.2, >= 1.2.02)
logstash-logger (~> 0.26.1)
maremma (~> 5.0)
msgpack (~> 1.4.4)
next_rails
nokogiri (~> 1.16, >= 1.16.3)
oj (>= 2.8.3)
Expand All @@ -568,4 +570,4 @@ DEPENDENCIES
webmock (~> 3.1)

BUNDLED WITH
2.5.6
2.5.6