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

unfreeze version string for Ruby 1.9 compatibility #5

Merged
merged 1 commit into from
May 8, 2012

Conversation

FND
Copy link

@FND FND commented May 8, 2012

otherwise bundle install fails:

$ cat Gemfile 
gem 'dm-is-awesome_set', :git => 'https://github.com/snusnu/dm-is-awesome_set.git'

$ bundle install
.../ruby/1.9.1/rubygems/version.rb:191:in `strip!': can't modify frozen String (RuntimeError)

(tested with Ruby 1.9.3p194)

otherwise `bundle install` fails
snusnu added a commit that referenced this pull request May 8, 2012
unfreeze version string for Ruby 1.9 compatibility
@snusnu snusnu merged commit f4d23d8 into snusnu:master May 8, 2012
@snusnu
Copy link
Owner

snusnu commented May 8, 2012

Thx!

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

Successfully merging this pull request may close these issues.

2 participants