Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Don’t call gem #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stenlarsson
Copy link

In lib/compat/multi_json.rb there is a call to Kernel#gem. Normally these things will be handled by Bundler so it is unclear why this is here.

This causes a problem when using https://github.com/iconara/puck since it doesn’t actually include gem specs but sets up required gems statically in a jar-file, causing the call to fail.

The solution is to simply remove that call.

In `lib/compat/multi_json.rb` there is a call to `Kernel#gem`. Normally these things will be handled by Bundler so it is unclear why this is here.

This causes a problem when using https://github.com/iconara/puck since it doesn’t actually include gem specs but sets up required gems statically in a jar-file, causing the call to fail.

The solution is to simply remove that call.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant