Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

`require': no such file to load -- open3_backport (LoadError) #16

Closed
3flex opened this issue Jan 13, 2014 · 3 comments
Closed

`require': no such file to load -- open3_backport (LoadError) #16

3flex opened this issue Jan 13, 2014 · 3 comments

Comments

@3flex
Copy link

3flex commented Jan 13, 2014

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:

@carlossg
Copy link
Member

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

@3flex
Copy link
Author

3flex commented Jan 13, 2014

Done. rodjek#167

@3flex 3flex closed this as completed Jan 13, 2014
@carlossg
Copy link
Member

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants