Sinatra now correctly returns code 404 when a page is not found. Closes #1198

This commit is contained in:
Brandon Mathis 2013-04-09 16:37:48 -05:00
parent 1bd2b62a80
commit 09558c64e6
3 changed files with 10 additions and 12 deletions

View file

@ -2,7 +2,6 @@ source "http://rubygems.org"
group :development do
gem 'rake', '~> 0.9'
gem 'rack', '~> 1.4.1'
gem 'jekyll', '~> 0.12'
gem 'rdiscount', '~> 1.6.8'
gem 'pygments.rb', '~> 0.3.4'
@ -16,4 +15,4 @@ group :development do
gem 'liquid', '~> 2.3.0'
end
gem 'sinatra', '~> 1.3.5'
gem 'sinatra', '~> 1.4.2'