Skip to content

Commit

Permalink
rack 다운그레이드 (middleman/middleman#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stark committed Aug 3, 2015
1 parent db2f1b3 commit ae748e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem 'redcarpet', '~> 3.3.2'

gem 'rake', '~> 10.4.2'
gem 'therubyracer', '~> 0.12.1', platforms: :ruby
gem 'rack', '~> 1.4.5'
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
tilt (~> 1.4.1)
padrino-support (0.12.5)
activesupport (>= 3.1)
rack (1.6.4)
rack (1.4.7)
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
Expand Down Expand Up @@ -135,6 +135,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 2.4.4)
middleman-gh-pages (~> 0.0.3)
middleman-syntax (~> 2.0.0)
rack (~> 1.4.5)
rake (~> 10.4.2)
redcarpet (~> 3.3.2)
rouge (~> 1.9.0)
Expand Down

0 comments on commit ae748e1

Please sign in to comment.