Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
oops, wrong sinatra dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Apr 1, 2009
1 parent 16554a6 commit 5e2ca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
s.description = "GitHub's safe gem eval web service"
s.authors = ["PJ Hyett", "Tom Preston-Werner"]
s.add_dependency('json', '>= 1.1.3')
s.add_dependency('sinatra', '>= 0.9.9.1')
s.add_dependency('sinatra', '>= 0.9.1.1')
s.add_dependency('thin', '>= 1.0.0')
end
rescue LoadError
Expand Down

0 comments on commit 5e2ca8e

Please sign in to comment.