Skip to content

Commit

Permalink
update Temple dependency to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonean committed Mar 30, 2011
1 parent a69ba50 commit 5e910f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = %w(lib)

s.add_runtime_dependency('temple', ['~> 0.1.8']) unless ENV['SLIM_USE_TEMPLE']
s.add_runtime_dependency('temple', ['~> 0.2.0']) unless ENV['SLIM_USE_TEMPLE']
s.add_runtime_dependency('tilt', ['~> 1.2'])

s.add_development_dependency('rake', ['>= 0.8.7'])
Expand Down

0 comments on commit 5e910f6

Please sign in to comment.