Skip to content

Commit

Permalink
Make sure echoe is >= 4.1, otherwise might have an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Mar 1, 2010
1 parent 26c16ff commit 51697b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,6 +1,6 @@
require 'lib/redcloth/version'
require 'rubygems'
gem 'echoe', '>= 3.0.1'
gem 'echoe', '>= 4.1'
require 'echoe'
Dir["#{File.dirname(__FILE__)}/lib/tasks/*.rake"].sort.each { |ext| load(ext) }

Expand Down

0 comments on commit 51697b6

Please sign in to comment.