Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Relax sprockets version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 8, 2012
1 parent edd94fa commit 80389cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinatra-sprockets.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = s.name

s.add_runtime_dependency 'sprockets', '~> 2.0.0'
s.add_runtime_dependency 'sprockets', '~> 2.0'
s.add_runtime_dependency 'uglifier'
s.add_runtime_dependency 'closure-compiler'
s.add_runtime_dependency 'yui-compressor'
Expand All @@ -33,6 +33,6 @@ Gem::Specification.new do |s|
"lib/sinatra/sprockets/static_compiler.rb",
"lib/sinatra/sprockets/version.rb"
]

s.require_paths << "lib"
end

0 comments on commit 80389cb

Please sign in to comment.