Skip to content

Commit

Permalink
bundle update to get secure version of rack
Browse files Browse the repository at this point in the history
  • Loading branch information
pfhawkins committed Feb 22, 2013
1 parent 7400330 commit e8547ea
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source :rubygems

gem "middleman", "~>3.0.6"
gem "middleman", "~>3.0.11"
gem "susy"
gem "middleman-deploy", "~>0.0.1"
59 changes: 30 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.8)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
chunky_png (1.2.6)
chunky_png (1.2.7)
coffee-script (2.2.0)
coffee-script-source
execjs
Expand All @@ -15,10 +15,10 @@ GEM
sass (~> 3.1)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.1.5)
fssm (0.2.9)
git (1.2.5)
haml (3.1.7)
ffi (1.4.0)
fssm (0.2.10)
haml (4.0.0)
tilt
hike (1.2.1)
http_router (0.10.2)
rack (>= 1.0.0)
Expand All @@ -27,11 +27,11 @@ GEM
listen (0.5.3)
maruku (0.6.1)
syntax (>= 1.0.0)
middleman (3.0.6)
middleman-core (= 3.0.6)
middleman-more (= 3.0.6)
middleman-sprockets (~> 3.0.2)
middleman-core (3.0.6)
middleman (3.0.11)
middleman-core (= 3.0.11)
middleman-more (= 3.0.11)
middleman-sprockets (~> 3.0.6)
middleman-core (3.0.11)
activesupport (~> 3.2.6)
bundler (~> 1.1)
listen (~> 0.5.2)
Expand All @@ -41,26 +41,26 @@ GEM
rb-inotify (~> 0.8.8)
thor (~> 0.15.4)
tilt (~> 1.3.1)
middleman-deploy (0.0.6)
git (~> 1.2.0)
middleman-deploy (0.0.10)
middleman-core (>= 3.0.0)
middleman-more (3.0.6)
ptools
middleman-more (3.0.11)
coffee-script (~> 2.2.0)
coffee-script-source (~> 1.3.3)
compass (>= 0.12.2)
execjs (~> 1.4.0)
haml (>= 3.1.6)
i18n (~> 0.6.0)
maruku (~> 0.6.0)
middleman-core (= 3.0.6)
middleman-core (= 3.0.11)
padrino-helpers (= 0.10.7)
sass (>= 3.1.20)
uglifier (~> 1.2.6)
middleman-sprockets (3.0.4)
middleman-more (~> 3.0.1)
middleman-sprockets (3.0.6)
middleman-more (>= 3.0.1)
sprockets (~> 2.1, < 2.5)
sprockets-sass (~> 0.8.0)
multi_json (1.3.7)
sprockets-sass (~> 0.9.0)
multi_json (1.6.1)
padrino-core (0.10.7)
activesupport (~> 3.2.0)
http_router (~> 0.10.2)
Expand All @@ -70,28 +70,29 @@ GEM
padrino-helpers (0.10.7)
i18n (~> 0.6)
padrino-core (= 0.10.7)
rack (1.4.1)
rack-protection (1.2.0)
ptools (1.2.2)
rack (1.4.5)
rack-protection (1.3.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
rb-fsevent (0.9.2)
rb-fsevent (0.9.3)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
sass (3.2.3)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
sass (3.2.5)
sinatra (1.3.4)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
sprockets (2.4.5)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-sass (0.8.0)
sprockets-sass (0.9.1)
sprockets (~> 2.0)
tilt (~> 1.1)
susy (1.0.4)
susy (1.0.5)
compass (>= 0.12.2)
sass (>= 3.2.0)
syntax (1.0.0)
Expand All @@ -107,6 +108,6 @@ PLATFORMS
ruby

DEPENDENCIES
middleman (~> 3.0.6)
middleman (~> 3.0.11)
middleman-deploy (~> 0.0.1)
susy

0 comments on commit e8547ea

Please sign in to comment.