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

Use of pessimistic version constraint #8

Merged
merged 1 commit into from Apr 28, 2011
Merged

Conversation

byroot
Copy link
Contributor

@byroot byroot commented Apr 27, 2011

Hi,

With rubygems 1.7.2, uuid generate some deprecation warnings:

NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#has_rdoc= called from /home/prod/auth/shared/bundle/ruby/1.8/gems/uuid-2.3.1/uuid.gemspec:17

The uuid maintainer fixed that with version 2.3.2 but since you require strictly the 2.3.1, I'm screwed.
To avoid that you can use pessimistic version constraint like ~> 2.3 which allow any of the 2.x branch.

Thanks in advance.

morten added a commit that referenced this pull request Apr 28, 2011
Use of pessimistic version constraint
@morten morten merged commit 10441d8 into SAML-Toolkits:master Apr 28, 2011
@morten
Copy link
Contributor

morten commented Apr 28, 2011

Thanks.

phinze pushed a commit to phinze/ruby-saml that referenced this pull request Feb 15, 2013
use the correct c14n algorithm
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.

None yet

2 participants