Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Add rack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Nov 29, 2010
1 parent c02f7d3 commit 83b082e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sprockets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.files = Dir["Rakefile", "lib/**/*"]

s.add_dependency "hike", ">= 0.3.0"
s.add_dependency "rack", ">= 1.0.0"
s.add_dependency "tilt", ">= 1.1.0"

s.authors = ["Sam Stephenson", "Joshua Peek"]
Expand Down

0 comments on commit 83b082e

Please sign in to comment.