diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-04-09 16:37:48 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-04-09 16:37:48 -0500 |
commit | 09558c64e6fb4fd406baa379ef79d9419b0a6e03 (patch) | |
tree | db2838c2bffb5b3ccd79e622cb7d3113da8484e8 /Gemfile | |
parent | 1bd2b62a80f3a7be330cb9600a2206a678e6863d (diff) | |
download | my_new_personal_website-09558c64e6fb4fd406baa379ef79d9419b0a6e03.tar.xz my_new_personal_website-09558c64e6fb4fd406baa379ef79d9419b0a6e03.zip |
Sinatra now correctly returns code 404 when a page is not found. Closes #1198
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' |