aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-04-09 16:37:48 -0500
committerBrandon Mathis <brandon@imathis.com>2013-04-09 16:37:48 -0500
commit09558c64e6fb4fd406baa379ef79d9419b0a6e03 (patch)
treedb2838c2bffb5b3ccd79e622cb7d3113da8484e8 /Gemfile
parent1bd2b62a80f3a7be330cb9600a2206a678e6863d (diff)
downloadmy_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--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index dc2b5cc6..5bd1264c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'