We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Currently mongrel-1.2.0-pre2 require only daemons-1.0.10 but not
= 1.0.10, since some distribution had update daemons to 1.1.0, it will leads mongrel-1.2.0-pre2 could not build.
Would it be safe to change "daemons ~> 1.0.10" to " daemons >= 1.0.10" ?
Thanks.
wen
Here is the patch:
--- tasks/gem.rake.orig 2011-02-11 16:32:01.000000000 +0000 +++ tasks/gem.rake 2011-02-11 16:32:16.000000000 +0000 @@ -12,7 +12,7 @@ extra_rdoc_files << 'LICENSE'
extra_deps << ['gem_plugin', '~> 0.2.3']
extra_dev_deps << ['rake-compiler', "~> 0.7.0"]
The text was updated successfully, but these errors were encountered:
Yes, because of this dependence, we could not go to ruby 1.9.2 :(
Sorry, something went wrong.
any news?
No branches or pull requests
Hi,
Currently mongrel-1.2.0-pre2 require only daemons-1.0.10 but not
Would it be safe to change "daemons ~> 1.0.10" to " daemons >= 1.0.10" ?
Thanks.
wen
Here is the patch:
--- tasks/gem.rake.orig 2011-02-11 16:32:01.000000000 +0000
+++ tasks/gem.rake 2011-02-11 16:32:16.000000000 +0000
@@ -12,7 +12,7 @@
extra_rdoc_files << 'LICENSE'
extra_deps << ['gem_plugin', '~> 0.2.3']
extra_dev_deps << ['rake-compiler', "~> 0.7.0"]
The text was updated successfully, but these errors were encountered: