Skip to content

Commit

Permalink
Update sprockets which theoretically fixes the regression we have seen.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 30, 2011
1 parent 6093d88 commit a6ee246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency('rack', '~> 1.3.5')
s.add_dependency('rack-test', '~> 0.6.1')
s.add_dependency('journey', '~> 1.0.0')
s.add_dependency('sprockets', '~> 2.1.1')
s.add_dependency('sprockets', '~> 2.1.2')
s.add_dependency('erubis', '~> 2.7.0')

s.add_development_dependency('tzinfo', '~> 0.3.29')
Expand Down

0 comments on commit a6ee246

Please sign in to comment.