Back to bug 1308992

Who When What Removed Added
Vít Ondruch 2016-10-10 14:17:12 UTC Blocks 1380359
Vít Ondruch 2016-10-10 14:46:39 UTC Status NEW ASSIGNED
Iveta Wiedermann 2016-11-24 14:46:49 UTC CC isenfeld
Honza Horak 2016-12-09 15:24:05 UTC Blocks 1393868
Michal Hlavinka 2017-01-09 16:07:54 UTC Doc Type Bug Fix If docs needed, set a value
Vít Ondruch 2017-02-08 09:34:55 UTC Doc Text Cause: When Bundler is used to manage Ruby application dependencies, it might happen that JSON is not possible to load. This differs from upstream Ruby, since rubygem-json is unbundled in RHEL.

Consequence: Application fails with LoadError. This is much bigger issue then it used to be, since Ruby on Rails have decided to not explicitly specify dependency on JSON library anymore.

Fix: JSON is now always available on load path and therefore it can be properly loaded even by applications managed by Bundler.

Result: Applications using Bundler to manage their dependencies can always properly load JSON library.
Doc Type If docs needed, set a value Release Note
Vít Ondruch 2017-03-02 12:22:41 UTC Depends On 1428369
Vít Ondruch 2017-03-06 12:40:42 UTC Status ASSIGNED MODIFIED
Fixed In Version ruby-2.0.0.648-30.el7
errata-xmlrpc 2017-03-06 12:46:34 UTC Status MODIFIED ON_QA
Miroslav Hradílek 2017-03-15 17:24:01 UTC CC mhradile
QA Contact qe-baseos-apps mhradile
Miroslav Hradílek 2017-04-07 08:53:45 UTC Status ON_QA VERIFIED
Lenka Špačková 2017-04-11 14:01:01 UTC Docs Contact lkuprova
Lenka Špačková 2017-05-15 08:05:31 UTC Doc Text Cause: When Bundler is used to manage Ruby application dependencies, it might happen that JSON is not possible to load. This differs from upstream Ruby, since rubygem-json is unbundled in RHEL.

Consequence: Application fails with LoadError. This is much bigger issue then it used to be, since Ruby on Rails have decided to not explicitly specify dependency on JSON library anymore.

Fix: JSON is now always available on load path and therefore it can be properly loaded even by applications managed by Bundler.

Result: Applications using Bundler to manage their dependencies can always properly load JSON library.
Applications using *Bundler* to manage dependencies can now properly load the *JSON* library

Previously, when *Bundler* was used to manage *Ruby* application dependencies, it was sometimes impossible to load the *JSON* library. Consequently, the application failed with a `LoadError`. This caused problems especially because *Ruby on Rails* no longer explicitly specifies dependency on the *JSON* library. With this update, *JSON* is always available on the load path, and the described problem no longer occurs.
Lenka Špačková 2017-05-15 09:05:26 UTC CC vondruch
Flags needinfo?(vondruch)
Vít Ondruch 2017-05-22 08:56:35 UTC Flags needinfo?(vondruch)
errata-xmlrpc 2017-08-01 20:56:55 UTC Status VERIFIED CLOSED
Resolution --- ERRATA
Last Closed 2017-08-01 16:56:55 UTC
Oneata Mircea Teodor 2018-11-21 12:53:49 UTC CC toneata

Back to bug 1308992