Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) remove concurrent-ruby lock #93

Merged
merged 1 commit into from May 17, 2021

Commits on May 17, 2021

  1. (maint) remove concurrent-ruby lock

    concurrent-ruby was locked to 1.1.5 in puppetlabs#69
    due to an issue in 1.1.6. A fix for that was released
    on concurrent-ruby-1.1.7: ruby-concurrency/concurrent-ruby#856
    
    Recently, in puppet-runtime, concurrent-ruby was
    bumped to 1.1.8 https://github.com/puppetlabs/puppet-runtime/pull/446/files#diff-6393a204a090900f17b88f58f21f2b5c355271b5e8df85328a80accbc2c503e0R2
    making ruby pe-ace-server unable to start:
    
    ```
    -- Unit pe-ace-server.service has begun starting up.
    May 17 08:15:28 main-wisdom puma[15711]: /opt/puppetlabs/puppet/lib/ruby/2.5.0/rubygems/dependency.rb:312:in `to_specs’: Could not find ‘concurrent-ruby’ (= 1.1.5) - did find: [concurrent-ruby-1.1.8] (Gem::MissingSpecVersionError)
    ```
    
    This commit removes the lock of concurrent-ruby as
    the upstream issue was fixed and release.
    gimmyxd committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b6a90fd View commit details
    Browse the repository at this point in the history