This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
forked from rodjek/librarian-puppet
-
Notifications
You must be signed in to change notification settings - Fork 7
`require': no such file to load -- open3_backport (LoadError) #16
Comments
Can you open this issue in https://github.com/rodjek/librarian-puppet ? we are still building the gem at maestordev but code is going into the upstream repo now that I have access |
Done. rodjek#167 |
thanks |
grooverdan
pushed a commit
to openquery/puppet-nginx
that referenced
this issue
Mar 4, 2014
librarian-puppet-maestrodev gem specifies Ruby 1.8 dependencies incorrectly. open3_backport and json are required on Ruby 1.8 but are not currently installed. See maestrodev/librarian-puppet#16
cegeka-jenkins
pushed a commit
to cegeka/puppet-nginx
that referenced
this issue
Oct 23, 2017
librarian-puppet-maestrodev gem specifies Ruby 1.8 dependencies incorrectly. open3_backport and json are required on Ruby 1.8 but are not currently installed. See maestrodev/librarian-puppet#16
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have a failure in Travis on Ruby 1.8.7 - the open3_backport gem isn't being installed. This appears to be due to the gemspec conditionally adding this as a dependency, but it's evaluated at build time, not install time, so the dependency isn't added to Ruby < 1.9 installs.
Apparently this is the required approach: http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems#How_to_install_different_versions_of_gems_depending_on_which_version_of_ruby_the_installee_is_using
References:
The text was updated successfully, but these errors were encountered: