Skip to content

Commit

Permalink
Revert "Bump sprockets requirement"
Browse files Browse the repository at this point in the history
This reverts commit 458512c.
  • Loading branch information
josh committed Jun 22, 2011
1 parent 1689498 commit a1f8421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency('rack', '~> 1.3.0')
s.add_dependency('rack-test', '~> 0.6.0')
s.add_dependency('rack-mount', '~> 0.8.1')
s.add_dependency('sprockets', '~> 2.0.0.beta.11')
s.add_dependency('sprockets', '~> 2.0.0.beta.10')
s.add_dependency('tzinfo', '~> 0.3.27')
s.add_dependency('erubis', '~> 2.7.0')
end

0 comments on commit a1f8421

Please sign in to comment.