Skip to content

Commit

Permalink
Upgrade sprockets to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed May 13, 2012
1 parent d2ae955 commit 03e2895
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.6')
s.add_dependency('rack-test', '~> 0.6.1')
s.add_dependency('rack-mount', '~> 0.8.2')
s.add_dependency('sprockets', '~> 2.0.3')
s.add_dependency('sprockets', '~> 2.0.4')
s.add_dependency('erubis', '~> 2.7.0')

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

0 comments on commit 03e2895

Please sign in to comment.