rubyworks / smeagol

Read-Only Gollum Server
http://rubyworks.github.com/smeagol
Other
92 stars 5 forks source link

Depend upon rack ~> 1.2 #29

Closed kylef closed 13 years ago

kylef commented 13 years ago

I am having some problems using smeagol both locally and on my webhost where I have rack-1.2.1 installed, since smeagol requires version 1.2.0 and I have a newer version 1.2.1. It produces the following error message:

`activate': can't activate rack (= 1.2.0, runtime) for ["smeagol-0.5.4"], already activated rack-1.2.1 for [] (Gem::LoadError)

I think this would work if smeagol made its rack dependency a bit looser so it works with 1.2.1. I am trying to get smeagol to work on my webhost with rack via config.ru.

benbjohnson commented 13 years ago

Thanks, Kyle. There's a known bug in rack 1.2.1 for Mac OS X so I originally put the =1.2.0 in there. But as long as I manually install 1.2.0 first then I should be fine.

I updated the gemspec to ~> 1.2.0 and released a new version of Smeagol (0.5.5).

Also, let me know if you have any sites using Smeagol. I'd like to put a list of example sites together on the smeagolrb.info page.

kylef commented 13 years ago

Ok now thats its online:

And one of my friends who I helped setup:

benbjohnson commented 13 years ago

Thanks! I updated the Smeagol wiki and pushed the changes out to the site.