1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Added rake to gemfile.

This commit is contained in:
John Nunemaker 2011-06-06 19:21:49 -04:00
parent adb9553c7b
commit 72886bc88d

View file

@ -1,2 +1,6 @@
source :rubygems
gemspec
group(:development) do
gem 'rake', '~> 0.8.7'
end