Skip to content

Commit

Permalink
Use require_self from latest Sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 3, 2011
1 parent b359f9f commit 2fbbd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency('rack', '~> 1.2.1')
s.add_dependency('rack-test', '~> 0.5.7')
s.add_dependency('rack-mount', '~> 0.7.2')
s.add_dependency('sprockets', '~> 2.0.0.beta.1')
s.add_dependency('sprockets', '~> 2.0.0.beta.2')
s.add_dependency('tzinfo', '~> 0.3.23')
s.add_dependency('erubis', '~> 2.7.0')
end
@@ -1,4 +1,5 @@
/*
* FIXME: Introduce SCSS & Sprockets
*= require_self
*= require_tree .
*/

0 comments on commit 2fbbd08

Please sign in to comment.