aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock17
1 files changed, 8 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 02f10736..82c5dcf9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,8 +28,8 @@ GEM
pygments.rb (0.3.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
- rack (1.4.5)
- rack-protection (1.3.2)
+ rack (1.5.2)
+ rack-protection (1.5.0)
rack
rake (0.9.2.2)
rb-fsevent (0.9.1)
@@ -38,13 +38,13 @@ GEM
sass (3.1.20)
sass-globbing (1.0.0)
sass (>= 3.1)
- sinatra (1.3.5)
- rack (~> 1.4)
- rack-protection (~> 1.3)
- tilt (~> 1.3, >= 1.3.3)
+ sinatra (1.4.2)
+ rack (~> 1.5, >= 1.5.2)
+ rack-protection (~> 1.4)
+ tilt (~> 1.3, >= 1.3.4)
stringex (1.4.0)
syntax (1.0.0)
- tilt (1.3.3)
+ tilt (1.3.7)
yajl-ruby (1.1.0)
PLATFORMS
@@ -57,11 +57,10 @@ DEPENDENCIES
jekyll (~> 0.12)
liquid (~> 2.3.0)
pygments.rb (~> 0.3.4)
- rack (~> 1.4.1)
rake (~> 0.9)
rb-fsevent (~> 0.9)
rdiscount (~> 1.6.8)
rubypants (~> 0.2.0)
sass-globbing (~> 1.0.0)
- sinatra (~> 1.3.5)
+ sinatra (~> 1.4.2)
stringex (~> 1.4.0)