Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Yard and redcarpet aren't supposed to be runtime dependencies.
Browse files Browse the repository at this point in the history
I need to change the gemspec around from jeweler to the newschool
bundler route. Forgot that's what was is going on, and this bit me.
  • Loading branch information
zmoazeni committed Oct 24, 2012
1 parent df37d69 commit 04cb1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ source :rubygems
gem 'httparty'
gem 'hashie', '~> 1'
gem 'json'
gem 'yard'
gem 'redcarpet'

group :development, :test do
gem 'rspec', '~> 2'
Expand All @@ -14,4 +12,6 @@ group :development, :test do
gem 'jeweler', :require => false
gem 'debugger'
gem 'factory_girl'
gem 'yard'
gem 'redcarpet'
end

0 comments on commit 04cb1be

Please sign in to comment.