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

A fix for the mongo.gemspec dependency statement to prevent errors on older versions of Rubygems #93

Merged
merged 1 commit into from Feb 28, 2012

Conversation

batter
Copy link

@batter batter commented Feb 28, 2012

As discussed on this commit which introduced this problem, if your gemspec file dependencies don't have a ~> or >= or something to that effect, it can cause older versions of rubygems to throw errors. Newer versions of rubygems have a workaround for this error, but I'm not certain which version it was patched in.

Read this blog post on Rubygems.org by Tenderlove for an in-depth explanation. As the gemfile sits currently, I cannot use the gem on Heroku due to the fact that their ruby environment is running rubygems 1.3.7.

banker added a commit that referenced this pull request Feb 28, 2012
Fix for the mongo.gemspec dependency statement to prevent errors on older versions of Rubygems.
@banker banker merged commit 7f0c9fa into mongodb:master Feb 28, 2012
@jtushman
Copy link

awesome. Rookie question. What is the best way to reference this patch in my Gemfile? Will there be a new numbered release -- or should i point to the git commit in my Gemfile?

Thanks!

@banker
Copy link
Contributor

banker commented Feb 28, 2012

If all goes well, we'll release 1.6.1 today.

@jtushman
Copy link

jtushman commented Mar 7, 2012

@banker , any update on this? Thanks!

@banker
Copy link
Contributor

banker commented Mar 14, 2012

@jtushman Should be in the latest release, 1.6.1.

@jtushman
Copy link

thanks -- i'll check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants