Packages changed:
  bubblewrap (0.3.3 -> 0.4.0)
  gthumb (3.8.2 -> 3.8.3)
  rubygem-rspec (3.8.0 -> 3.9.0)
  rubygem-rspec-core (3.8.2 -> 3.9.0)
  rubygem-rspec-expectations (3.8.4 -> 3.9.0)
  rubygem-rspec-mocks (3.8.1 -> 3.9.0)
  rubygem-rspec-support (3.8.2 -> 3.9.0)

=== Details ===

==== bubblewrap ====
Version update (0.3.3 -> 0.4.0)

- Update to version 0.4.0:
  + The biggest feature in this release is the support for joining
    existing user and pid namespaces. This doesn't work in the
    setuid mode (at the moment).
  + Other changes:
  - Stores namespace info in status json.
  - In setuid mode pid 1 is now marked dumpable.
  - Now builds with musl libc.

==== gthumb ====
Version update (3.8.2 -> 3.8.3)
Subpackages: gthumb-lang

- Update to version 3.8.3:
  + App icons: name the app icons with the application id.
  + Jpeg loader: crash when the original size is too big for a
    cairo surface.
  + Fixed run-time errors if exiv2 is not used.
  + Fixed window size the first time gThumb is executed.

==== rubygem-rspec ====
Version update (3.8.0 -> 3.9.0)

- updated to version 3.9.0
  no changelog found

==== rubygem-rspec-core ====
Version update (3.8.2 -> 3.9.0)

- updated to version 3.9.0
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.2...v3.9.0)
  Enhancements:
  * Improve the handling of errors during loading support files, if a file
    errors before loading specs, RSpec will now skip loading the specs.
    (David Rodríguez, #2568)
  * Add support for --example-matches to run examples by regular expression.
    (Sam Joseph, Matt Rider, @okothkongo1, #2586)
  * Add `did_you_mean` suggestions for file names encountering a `LoadError`
    outside of examples. (@obromios, #2601)
  * Add a minimalist quick fix style formatter, only outputs failures as
    `file:line:message`. (Romain Tartičre, #2614)
  * Convert string number values to integer when used for `RSpec::Configuration#fail_fast`
    (Viktor Fonic, #2634)
  * Issue warning when invalid values are used for `RSpec::Configuration#fail_fast`
    (Viktor Fonic, #2634)
  * Add support for running the Rake task in a clean environment.
    (Jon Rowe, #2632)
  * Indent messages by there example group / example in the documentation formatter.
    (Samuel Williams, #2649)

==== rubygem-rspec-expectations ====
Version update (3.8.4 -> 3.9.0)

- updated to version 3.9.0
  [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.6...v3.9.0)
  Enhancements:
  * The `respond_to` matcher now uses the signature from `initialize` to validate checks
    for `new` (unless `new` is non standard). (Jon Rowe, #1072)
  * Generated descriptions for matchers now use `is expected to` rather than `should` in
    line with our preferred DSL. (Pete Johns, #1080, rspec/rspec-core#2572)
  * Add the ability to re-raise expectation errors when matching
    with `match_when_negated` blocks. (Jon Rowe, #1130)
  * Add a warning when an empty diff is produce due to identical inspect output.
    (Benoit Tigeot, #1126)

==== rubygem-rspec-mocks ====
Version update (3.8.1 -> 3.9.0)

- updated to version 3.9.0
  [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.2...v3.9.0)
  Enhancements:
  * Improve thread safety of message expectations by using Mutex to prevent
    deadlocking errors. (Ry Biesemeyer, #1236)
  * Add the ability to use `time` as an alias for `times`. For example:
    `expect(Class).to receive(:method).exactly(1).time`.
    (Pistos, Benoit Tigeot, #1271)

==== rubygem-rspec-support ====
Version update (3.8.2 -> 3.9.0)

- updated to version 3.9.0
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.3...v3.9.0)
  * NO CHANGES*
  Version 3.9.0 was released to allow other RSpec gems to release 3.9.0.