Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"rake travis" fails with can't modify frozen String #2892

Closed
porridge opened this issue Apr 30, 2014 · 2 comments
Closed

"rake travis" fails with can't modify frozen String #2892

porridge opened this issue Apr 30, 2014 · 2 comments

Comments

@porridge
Copy link

** Invoke coveralls_push_workaround (first_time)
** Execute coveralls_push_workaround
rake aborted!
can't modify frozen String
/usr/lib/ruby/1.9.1/rubygems/version.rb:191:in `strip!'
/usr/lib/ruby/1.9.1/rubygems/version.rb:191:in `initialize'
/home/porridge/fog/Rakefile:217:in `new'
/home/porridge/fog/Rakefile:217:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/rake/task.rb:205:in `call'
/usr/lib/ruby/vendor_ruby/rake/task.rb:205:in `block in execute'
/usr/lib/ruby/vendor_ruby/rake/task.rb:200:in `each'
/usr/lib/ruby/vendor_ruby/rake/task.rb:200:in `execute'
/usr/lib/ruby/vendor_ruby/rake/task.rb:158:in `block in invoke_with_call_chain'
/usr/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/usr/lib/ruby/vendor_ruby/rake/task.rb:151:in `invoke_with_call_chain'
/usr/lib/ruby/vendor_ruby/rake/task.rb:176:in `block in invoke_prerequisites'
/usr/lib/ruby/vendor_ruby/rake/task.rb:174:in `each'
/usr/lib/ruby/vendor_ruby/rake/task.rb:174:in `invoke_prerequisites'
/usr/lib/ruby/vendor_ruby/rake/task.rb:157:in `block in invoke_with_call_chain'
/usr/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/usr/lib/ruby/vendor_ruby/rake/task.rb:151:in `invoke_with_call_chain'
/usr/lib/ruby/vendor_ruby/rake/task.rb:144:in `invoke'
/usr/lib/ruby/vendor_ruby/rake/application.rb:116:in `invoke_task'
/usr/lib/ruby/vendor_ruby/rake/application.rb:94:in `block (2 levels) in top_level'
/usr/lib/ruby/vendor_ruby/rake/application.rb:94:in `each'
/usr/lib/ruby/vendor_ruby/rake/application.rb:94:in `block in top_level'
/usr/lib/ruby/vendor_ruby/rake/application.rb:133:in `standard_exception_handling'
/usr/lib/ruby/vendor_ruby/rake/application.rb:88:in `top_level'
/usr/lib/ruby/vendor_ruby/rake/application.rb:66:in `block in run'
/usr/lib/ruby/vendor_ruby/rake/application.rb:133:in `standard_exception_handling'
/usr/lib/ruby/vendor_ruby/rake/application.rb:63:in `run'
/usr/bin/rake:27:in `<main>'
Tasks: TOP => travis => coveralls_push_workaround
@geemus
Copy link
Member

geemus commented Apr 30, 2014

Fix looks good, could you make it in to a pull request? Thanks!

@porridge
Copy link
Author

porridge commented May 9, 2014

Hm, I sent a pull request and it created a new issue: #2913
I yet have to learn how to do this without creating duplicates.

@krames krames closed this as completed in 3813646 May 9, 2014
krames pushed a commit that referenced this issue May 9, 2014
Fix #2892: "rake travis" fails with can't modify frozen String
geemus added a commit that referenced this issue Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants