Skip to content

Commit

Permalink
updated rake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Jun 5, 2011
1 parent 3dcfe84 commit 04860c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
rake (0.8.7)
rake (0.9.0)
rcov (0.9.9)
rspec (2.4.0)
rspec-core (~> 2.4.0)
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rescue Bundler::BundlerError => e
exit e.status_code
end
require 'rake'
include Rake::DSL if defined? Rake::DSL

require 'jeweler'
Jeweler::Tasks.new do |gem|
Expand Down

0 comments on commit 04860c2

Please sign in to comment.