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

does mongrel work with daemons-1.1.0? #18

Open
wenheping opened this issue Feb 11, 2011 · 2 comments
Open

does mongrel work with daemons-1.1.0? #18

wenheping opened this issue Feb 11, 2011 · 2 comments

Comments

@wenheping
Copy link

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_deps << ['daemons', '~> 1.0.10']
  • extra_deps << ['daemons', '>= 1.0.10']

extra_dev_deps << ['rake-compiler', "~> 0.7.0"]

@bibendi
Copy link

bibendi commented Feb 20, 2011

Yes, because of this dependence, we could not go to ruby 1.9.2 :(

@dcu
Copy link

dcu commented Mar 4, 2011

any news?

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

No branches or pull requests

3 participants