Bug 1503553
| Summary: | rubygem-i18n needs update | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian J. Murrell <brian.murrell> |
| Component: | rubygem-i18n | Assignee: | Vít Ondruch <vondruch> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 26 | CC: | mastahnke, strzibny, thrcka, vondruch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-18 12:14:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Brian J. Murrell
2017-10-18 11:47:54 UTC
I cannot reproduce the issue you are observing: ~~~ $ sudo dnf install rubygem-jekyll $ mkdir ff $ cd ff $ bundle exec jekyll build sh: bundle: command not found: $ sudo dnf install rubygem-bundler $ bundle exec jekyll build Could not locate Gemfile or .bundle/ directory $ echo 'source "https://rubygems.org"' > Gemfile $ bundle exec jekyll build bundler: failed to load command: jekyll (/usr/bin/jekyll) $ echo 'gem "jekyll"' >> Gemfile $ bundle exec jekyll build Configuration file: none Source: /builddir/ff Destination: /builddir/ff/_site Incremental build: disabled. Enable with --incremental Generating... done in 0.014 seconds. Auto-regeneration: disabled. Use --watch to enable. ~~~ Neither I have i18n gem on my system: ~~~ $ gem list | grep i18n | wc -l 0 ~~~ Sorry, but until you can provide reasonable reproducer, I'm going to reject this issue. That's fine. This was actually being caused by a Gemfile.lock file. That said, rubygem-i18n-0.7.0-4 is still quite a ways old compared to what is current. |