Skip to content

Commit

Permalink
Remove unnecessary dependency on Bluecloth
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jul 27, 2012
1 parent acb2636 commit 8d2b352
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ GEM
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
bluecloth (2.2.0)
bourne (1.1.2)
mocha (= 0.10.5)
builder (3.0.0)
Expand Down Expand Up @@ -77,7 +76,6 @@ DEPENDENCIES
activerecord
appraisal (~> 0.4)
aruba
bluecloth
bourne
cucumber (~> 1.1)
factory_girl!
Expand Down
1 change: 0 additions & 1 deletion factory_girl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Gem::Specification.new do |s|
s.add_development_dependency("appraisal", "~> 0.4")
s.add_development_dependency("sqlite3-ruby")
s.add_development_dependency("yard")
s.add_development_dependency("bluecloth")
end

2 changes: 0 additions & 2 deletions gemfiles/3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ GEM
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
bluecloth (2.2.0)
bourne (1.1.2)
mocha (= 0.10.5)
builder (2.1.2)
Expand Down Expand Up @@ -76,7 +75,6 @@ DEPENDENCIES
activerecord (~> 3.0.0)
appraisal (~> 0.4)
aruba
bluecloth
bourne
cucumber (~> 1.1)
factory_girl!
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/3.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ GEM
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
bluecloth (2.2.0)
bourne (1.1.2)
mocha (= 0.10.5)
builder (3.0.0)
Expand Down Expand Up @@ -77,7 +76,6 @@ DEPENDENCIES
activerecord (~> 3.1.0)
appraisal (~> 0.4)
aruba
bluecloth
bourne
cucumber (~> 1.1)
factory_girl!
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/3.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ GEM
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
bluecloth (2.2.0)
bourne (1.1.2)
mocha (= 0.10.5)
builder (3.0.0)
Expand Down Expand Up @@ -77,7 +76,6 @@ DEPENDENCIES
activerecord (~> 3.2.0)
appraisal (~> 0.4)
aruba
bluecloth
bourne
cucumber (~> 1.1)
factory_girl!
Expand Down

0 comments on commit 8d2b352

Please sign in to comment.