Skip to content

Commit

Permalink
+ Updated rake dep to be >= 0.8 and < 11.0 for the new wack version s…
Browse files Browse the repository at this point in the history
…cheme. (MichaelXavier)

[git-p4: depot-paths = "//src/hoe/dev/": change = 7978]
  • Loading branch information
zenspider committed Nov 19, 2012
1 parent 9eebf2d commit 31fa49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ Hoe.spec "hoe" do
pluggable!
require_rubygems_version '>= 1.4'

dependency "rake", "~> 0.8" # FIX: to force it to exist pre-isolate
dependency "rake", [">= 0.8", "< 11.0"] # FIX: to force it to exist pre-isolate
end

task :plugins do
Expand Down

1 comment on commit 31fa49c

@kavu
Copy link

@kavu kavu commented on 31fa49c Nov 22, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When can we get a bugfix version bump for hoe with this fix? Unable to activate hoe-3.3.0, because rake-10.0.2 conflicts with rake (~> 0.8) is really annoying! Thanks!

Please sign in to comment.