Skip to content

Commit

Permalink
Add development gems in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Jun 7, 2012
1 parent 1c52a3f commit 2a482ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "http://rubygems.org"

gemspec

group :development do
gem "rspec"
gem "rake"
gem "rdoc"
gem "bundler"
end

0 comments on commit 2a482ec

Please sign in to comment.