Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

avoid modifying frozen array (fixes bundle install --without on kiji) #1287

Merged
merged 1 commit into from
Jul 6, 2011

Conversation

tmm1
Copy link
Contributor

@tmm1 tmm1 commented Jul 6, 2011

bundler/cli.rb modifies a frozen array. This causes problems on kiji, which enforces frozen semantics more strictly.

See twitter-forks/rubyenterpriseedition187-248#2

bundler-1.0.15/lib/bundler/cli.rb:157:in `map!': can't modify frozen array (TypeError)
@indirect
Copy link
Member

indirect commented Jul 6, 2011

Thanks!

indirect pushed a commit that referenced this pull request Jul 6, 2011
avoid modifying frozen array (fixes `bundle install --without` on kiji)
@indirect indirect merged commit 68ad8d4 into rubygems:1-0-stable Jul 6, 2011
@tmm1
Copy link
Contributor Author

tmm1 commented Jul 6, 2011

Any plans for a release soon?

@indirect
Copy link
Member

indirect commented Jul 7, 2011

As soon as I can, yeah.

On Jul 5, 2011, at 6:30 PM, tmm1 [email protected] wrote:

Any plans for a release soon?

Reply to this email directly or view it on GitHub:
#1287 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants