bengler / checkpoint

Centralized identity store and authentication broker for web applications. It supports a number of authentication mechanisms and is provided via a http-interface.
MIT License
31 stars 2 forks source link

Update rack/sinatra + cleanup Gemfile #47

Closed bjoerge closed 11 years ago

bjoerge commented 11 years ago

I've upgraded sinatra + rack (https://twitter.com/sinatra/status/299774391523360768). @simen, @alexstaubo: do you know why we used rack from github? I removed rack from Gemfile completely as its already depended on by sinatra. All tests still pass, so this should be safe to merge. Just wanted to double check with you.