Skip to content

Commit

Permalink
Depend on maruku for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jul 14, 2011
1 parent 54975c8 commit 82d8c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ gem "activerecord", ENV["AR"] || "3.0.9"
gem "ffaker"
gem "minitest"
gem "simplecov", :platform => :ruby_19
gem "maruku"
gem "yard"
gem "mocha"
gem "mocha"
1 change: 1 addition & 0 deletions friendly_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "sqlite3", "~> 1.3"
s.add_development_dependency "cutest", "~> 1.1.2"
s.add_development_dependency "ffaker"
s.add_development_dependency "maruku"
s.add_development_dependency "yard"

s.description = <<-EOM
Expand Down

0 comments on commit 82d8c16

Please sign in to comment.