rubyworks / smeagol

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

Fixes rack 1.2.0 dependancy issues and uses latest rack. #42

Closed snicol closed 12 years ago

snicol commented 12 years ago

Few edits to the Gemfile, some commits are a bit borked but I fixed them in later commits.

climbingblake commented 12 years ago

I have rack 1.4.1 and still getting an error unable to resolve dependencies: smeagol requires rack (~> 1.2.0)

It seems the gemspec has been changed in other forks, and commited, but gem install smeagol still pulls ~>1.2.0 for me.