Skip to content

Commit

Permalink
- Fixed dependency spec on ruby_parser. (jan)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/flog/dev/": change = 5247]
  • Loading branch information
zenspider committed Jun 24, 2009
1 parent 82f3c1d commit d70842f
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 'flog' do
self.rubyforge_name = 'seattlerb'

extra_deps << ['sexp_processor', '~> 3.0']
extra_deps << ['ruby_parser', '~> 1.1.0']
extra_deps << ['ruby_parser', '~> 2.0']
end

# vim: syntax=ruby

0 comments on commit d70842f

Please sign in to comment.