Package gem-bundler: Information

    Binary package: gem-bundler
    Version: 2.1.4-alt1
    Architecture: noarch
    Build time:  Jun 18, 2020, 09:25 AM in the task #247371
    Source package: gem-bundler
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Manage your Ruby application's gem dependencies
    Description: 
    Bundler makes sure Ruby applications run the same code on every machine.
    It does this by managing the gems that the application depends on. Given
    a list of gems, it can automatically download and install those gems, as
    well as any other gems needed by the gems that are listed. Before
    installing gems, it checks the versions of every gem to make sure that
    they are compatible, and can all be loaded at the same time. After the
    gems have been installed, Bundler can help you update some or all of
    them when new versions become available. Finally, it records the exact
    versions that have been installed, so that others can install the exact
    same gems.


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

    Last changed


    March 4, 2020 Pavel Skrylev 2.1.4-alt1
    - updated (^) 2.0.2 -> 2.1.4
    - fixed (!) spec
    Sept. 9, 2019 Pavel Skrylev 2.0.2-alt2
    - added (+) ignore templates gemfile
    - fixed (!) spec according changelog policy
    Aug. 6, 2019 Pavel Skrylev 2.0.2-alt1
    - updated (^) 2.0.1 -> 2.0.2
    - fixed (!) spec
    - removed (-) findreq build error