forked from puppetlabs/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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
- Loading branch information
1 parent
31e56fb
commit 6ac75d6
Showing
3 changed files
with
8 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters