You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PUP-6894) Update gems now that puppet requires ruby 2.3 and up
When another project depends on puppet and references it using `git` or
`path` in its Gemfile, then bundler will load puppet's .gemspec. As such
the following dependencies are not needed.
* Drop net-ssh
* Drop hocon
When building puppet as a gem using project_data.yaml:
* Add missing httpclient required dependency
* Bump ffi to >= 1.9.25, < 1.10
When running via bundler using Gemfile:
* Drop conditional ruby version logic for rubocop
* Relax rubocop constraint to allow y component to float.
* Unpin transitive rainbow dependency as the original problem[1] was
resolved in rainbow 3.0 (which requires ruby >= 2.1)
* Delete outdated mocha comment
* Add optional hocon dependency
[1] ku1ik/rainbow#48
0 commit comments