mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Require newer multi json for tests.
This commit is contained in:
parent
1ec90d1f85
commit
7717c306fd
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -6,6 +6,7 @@ gem 'cucumber', '~> 0.7'
|
||||||
gem 'fakeweb', '~> 1.2'
|
gem 'fakeweb', '~> 1.2'
|
||||||
gem 'rspec', '~> 1.3'
|
gem 'rspec', '~> 1.3'
|
||||||
gem 'mongrel', '1.2.0.pre2'
|
gem 'mongrel', '1.2.0.pre2'
|
||||||
|
gem 'multi_json', '~> 1.3'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'guard'
|
gem 'guard'
|
||||||
|
|
Loading…
Add table
Reference in a new issue