Skip to content

Commit

Permalink
Merge pull request #6300 from guilleiguaran/upgrade-sprockets-3-1-stable
Browse files Browse the repository at this point in the history
Upgrade sprockets to 2.0.4
  • Loading branch information
spastorino committed May 13, 2012
2 parents d2ae955 + 03e2895 commit e7f8f5f
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.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 e7f8f5f

Please sign in to comment.