Skip to content

Commit

Permalink
add rdoc to gemfile, too, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Nov 25, 2015
1 parent b6f7973 commit 2e3caf7
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 @@ -9,8 +9,9 @@ gem 'json'
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem 'rspec'
gem 'rake'
gem 'rdoc'
gem 'rspec'
end

group :utility do
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ DEPENDENCIES
jeweler
json
rake
rdoc
rspec

BUNDLED WITH
Expand Down

0 comments on commit 2e3caf7

Please sign in to comment.