Bug 1089217
| Summary: | bundle exec byebug issue | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aleksandar Kostadinov <akostadi> | ||||
| Component: | rubygem-bundler | Assignee: | Vít Ondruch <vondruch> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | besser82, bkabrda, jstribny, s, vondruch | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-04-18 10:46:46 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: | |||||||
| Attachments: |
|
||||||
|
Description
Aleksandar Kostadinov
2014-04-18 09:38:19 UTC
I need to add that I don't see this problem if I install ruby2 with rvm and run bundle exec like:
> rvm ruby-2.0 do bundle exec ruby test.rb
>
> [1, 4] in test.rb
> 1: require 'byebug'
> 2:
> 3: byebug
> => 4: puts "blah"
This is wrong:
> > $ bundle version
> > Bundler version 1.5.3
> > $ rpm -q rubygem-bundler
> > rubygem-bundler-1.3.5-2.fc20.noarch
See the versions and please use Fedora's rubygem-bundler.
Thank you, ruby gem seems to smart for me at times... I had properly installed bundler as root but for some reason I had also installed one in my ~/.gem dir. Removing .gem solved my issue. Thanks for the feedback. Glad it helped. |