Navigation Menu

Skip to content

Commit

Permalink
depend on latest gem of reg
Browse files Browse the repository at this point in the history
  • Loading branch information
coatl committed Dec 21, 2009
1 parent 0b1b3c8 commit 13df4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redparse.gemspec
Expand Up @@ -34,10 +34,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("reg", '0.4.7')
else
s.add_dependency("rubylexer", '0.7.7')
s.add_dependency("reg", '0.4.7')
s.add_dependency("reg", '0.4.8')
end
else
s.add_dependency("rubylexer", '0.7.7')
s.add_dependency("reg", '0.4.7')
s.add_dependency("reg", '0.4.8')
end
end

0 comments on commit 13df4e4

Please sign in to comment.