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:
parent
adb9553c7b
commit
72886bc88d
1 changed files with 4 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -1,2 +1,6 @@
|
||||||
source :rubygems
|
source :rubygems
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
group(:development) do
|
||||||
|
gem 'rake', '~> 0.8.7'
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue